Spaces:
Paused
Paused
CryptoCreeper commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def chat_with_model(message, model_choice):
|
|
| 38 |
**inputs,
|
| 39 |
streamer=streamer,
|
| 40 |
max_new_tokens=1024,
|
| 41 |
-
temperature=0.
|
| 42 |
top_p=0.9,
|
| 43 |
do_sample=True,
|
| 44 |
)
|
|
|
|
| 38 |
**inputs,
|
| 39 |
streamer=streamer,
|
| 40 |
max_new_tokens=1024,
|
| 41 |
+
temperature=0.0,
|
| 42 |
top_p=0.9,
|
| 43 |
do_sample=True,
|
| 44 |
)
|