modified: app.py
This commit is contained in:
parent
09da9f4071
commit
2349af1b13
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue