Spaces:
Runtime error
Runtime error
idan shenfeld
commited on
Commit
·
afc8109
1
Parent(s):
26d56ee
fix temperature
Browse files- app/app.py +1 -1
app/app.py
CHANGED
|
@@ -377,7 +377,7 @@ def call_pipeline(messages: list):
|
|
| 377 |
clean_up_tokenization_spaces=False,
|
| 378 |
max_length=2000,
|
| 379 |
return_full_text=False,
|
| 380 |
-
temperature=1.
|
| 381 |
do_sample=True,
|
| 382 |
)
|
| 383 |
|
|
|
|
| 377 |
clean_up_tokenization_spaces=False,
|
| 378 |
max_length=2000,
|
| 379 |
return_full_text=False,
|
| 380 |
+
temperature=1.0,
|
| 381 |
do_sample=True,
|
| 382 |
)
|
| 383 |
|