modified: app.py

This commit is contained in:
Russell Ballestrini 2023-10-31 11:36:31 -04:00
parent 09da9f4071
commit 2349af1b13

2
app.py
View file

@ -110,7 +110,7 @@ def handle_message(data):
room=data["room"],
)
if "claude" in data["message"] or "gpt" in data["message"]:
if "claude" in data["message"] or "gpt-3" in data["message"] or "gpt-4" in data["message"]:
# Emit a temporary message indicating that llm is processing
emit(
"message",