Tim Luka Horstmann
commited on
Commit
·
9737d81
1
Parent(s):
fedc11d
Higher limit
Browse files
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=
|
| 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 |
)
|