Spaces:
Sleeping
Sleeping
Switch model to 4o-mini and increase temp from 0 to 0.5
Browse files
app.py
CHANGED
|
@@ -22,8 +22,8 @@ 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,
|
| 29 |
"frequency_penalty": 0,
|
|
|
|
| 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.5,
|
| 27 |
"max_tokens": 500,
|
| 28 |
"top_p": 1,
|
| 29 |
"frequency_penalty": 0,
|