Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ with gr.Blocks() as demo:
|
|
| 151 |
"temperature": 1,
|
| 152 |
"top_p": 0.95,
|
| 153 |
"top_k": 40,
|
| 154 |
-
"max_output_tokens":
|
| 155 |
"response_mime_type": "text/plain",
|
| 156 |
}
|
| 157 |
|
|
|
|
| 151 |
"temperature": 1,
|
| 152 |
"top_p": 0.95,
|
| 153 |
"top_k": 40,
|
| 154 |
+
"max_output_tokens": 8192,
|
| 155 |
"response_mime_type": "text/plain",
|
| 156 |
}
|
| 157 |
|