Gonalb commited on
Commit
60c0066
·
1 Parent(s): 7978768

large context

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ async def start_chat():
25
  settings = {
26
  "model": "gpt-4o",
27
  "temperature": 0.7,
28
- "max_tokens": 500,
29
  "top_p": 0.5,
30
  "frequency_penalty": 0,
31
  "presence_penalty": 0,
 
25
  settings = {
26
  "model": "gpt-4o",
27
  "temperature": 0.7,
28
+ "max_tokens": 2000,
29
  "top_p": 0.5,
30
  "frequency_penalty": 0,
31
  "presence_penalty": 0,