Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ def generate_response_streaming(user_message, history):
|
|
| 137 |
# Generation parameters with KV caching
|
| 138 |
generation_kwargs = {
|
| 139 |
**inputs,
|
| 140 |
-
"max_new_tokens":
|
| 141 |
"temperature": 0.6,
|
| 142 |
"top_p": 0.95,
|
| 143 |
"do_sample": True,
|
|
|
|
| 137 |
# Generation parameters with KV caching
|
| 138 |
generation_kwargs = {
|
| 139 |
**inputs,
|
| 140 |
+
"max_new_tokens": 16384,
|
| 141 |
"temperature": 0.6,
|
| 142 |
"top_p": 0.95,
|
| 143 |
"do_sample": True,
|