From 2349af1b13ddfb329231981c08d8de5501de46aa Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Tue, 31 Oct 2023 11:36:31 -0400 Subject: [PATCH] modified: app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index beeedf4..3c317af 100644 --- a/app.py +++ b/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",