Spaces:
Sleeping
Sleeping
increase max_tokens
Browse files
app.py
CHANGED
|
@@ -24,8 +24,7 @@ async def start_chat():
|
|
| 24 |
settings = {
|
| 25 |
"model": "gpt-4o-mini",
|
| 26 |
"temperature": 0.5,
|
| 27 |
-
"max_tokens":
|
| 28 |
-
"top_p": 1,
|
| 29 |
"frequency_penalty": 0,
|
| 30 |
"presence_penalty": 0,
|
| 31 |
}
|
|
|
|
| 24 |
settings = {
|
| 25 |
"model": "gpt-4o-mini",
|
| 26 |
"temperature": 0.5,
|
| 27 |
+
"max_tokens": 2000,
|
|
|
|
| 28 |
"frequency_penalty": 0,
|
| 29 |
"presence_penalty": 0,
|
| 30 |
}
|