Skip to content

Commit

Permalink
None -> " "
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus committed Jan 8, 2024
1 parent 9cc5143 commit 88f71fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def new_add_text_to_chat_mode(chat_mode):
if "message" in c and "content" in c["message"]:
c["text"] = c["message"]["content"]
else:
c["text"] = None
c["text"] = " "
return chat_mode


Expand Down

0 comments on commit 88f71fe

Please sign in to comment.