Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ def respond(message, history):
|
|
| 48 |
|
| 49 |
# Generation config - using dict format as in official docs
|
| 50 |
generation_config = dict(
|
| 51 |
-
max_new_tokens=
|
| 52 |
do_sample=True,
|
| 53 |
temperature=0.6,
|
| 54 |
top_p=0.95,
|
|
|
|
| 48 |
|
| 49 |
# Generation config - using dict format as in official docs
|
| 50 |
generation_config = dict(
|
| 51 |
+
max_new_tokens=4000,
|
| 52 |
do_sample=True,
|
| 53 |
temperature=0.6,
|
| 54 |
top_p=0.95,
|