Tim Luka Horstmann commited on
Commit
9737d81
·
1 Parent(s): fedc11d

Higher limit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ async def stream_response_gemini(query, history):
201
  system_instruction=system_prompt,
202
  temperature=0.3,
203
  top_p=0.7,
204
- max_output_tokens=512,
205
  response_mime_type="text/plain",
206
  )
207
  )
 
201
  system_instruction=system_prompt,
202
  temperature=0.3,
203
  top_p=0.7,
204
+ max_output_tokens=1024,
205
  response_mime_type="text/plain",
206
  )
207
  )