Skip to content

Commit

Permalink
Update chat_parsing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonic2kDBS committed Sep 27, 2024
1 parent d5986df commit 907d6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/chat_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

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

0 comments on commit 907d6e9

Please sign in to comment.