From 4575f2531fa2869643164b323caafe10a981e094 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Tue, 14 May 2024 10:18:43 -0400 Subject: [PATCH] upgrade to gpt-4o modified: app.py --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 858b3e2..247e02b 100644 --- a/app.py +++ b/app.py @@ -39,6 +39,7 @@ system_users = [ "anthropic.claude-3-sonnet-20240229-v1:0", "gpt-3.5-turbo", "gpt-4", + "gpt-4o", "gpt-4-1106-preview", "gpt-4-turbo-preview", "gpt-4-turbo", @@ -290,7 +291,7 @@ def handle_message(data): chat_gpt, data["username"], room.name, - model_name="gpt-4-turbo", + model_name="gpt-4o", ) if "mistral-tiny" in data["message"]: gevent.spawn(