Skip to content

Commit 907d6e9

Browse files
committed
Update chat_parsing.py
1 parent d5986df commit 907d6e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/chat_parsing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
def clean_character_message(name: str, message: str) -> str:
55
"""
6-
Sometimes the chatbot will respond multiple times in a single
7-
message, each response being prefixed with '{bot_name}: '.
6+
Sometimes the model will respond multiple times in a single
7+
message, each response being prefixed with '{model_name}: '.
88
This function parses each sub-message and returns them as a single
99
continuous sentence.
1010
"""

0 commit comments

Comments
 (0)