Spaces:
Sleeping
Sleeping
Commit
·
67f791d
1
Parent(s):
d7ad61b
Updating model
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ Think through your response step by step.
|
|
22 |
@cl.on_chat_start # marks a function that will be executed at the start of a user session
|
23 |
async def start_chat():
|
24 |
settings = {
|
25 |
-
"model": "gpt-
|
26 |
"temperature": 0,
|
27 |
"max_tokens": 500,
|
28 |
"top_p": 1,
|
|
|
22 |
@cl.on_chat_start # marks a function that will be executed at the start of a user session
|
23 |
async def start_chat():
|
24 |
settings = {
|
25 |
+
"model": "gpt-4o-mini",
|
26 |
"temperature": 0,
|
27 |
"max_tokens": 500,
|
28 |
"top_p": 1,
|