upgrade to gpt-4o
modified: app.py
This commit is contained in:
parent
d882a14a8c
commit
4575f2531f
1 changed files with 2 additions and 1 deletions
3
app.py
3
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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue