Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def predict(message, history):
|
|
63 |
top_k=4,
|
64 |
num_beams=1,
|
65 |
use_cache=False,
|
66 |
-
temperature=0.
|
67 |
repetition_penalty=1.2,
|
68 |
stopping_criteria=StoppingCriteriaList([stop])
|
69 |
)
|
|
|
63 |
top_k=4,
|
64 |
num_beams=1,
|
65 |
use_cache=False,
|
66 |
+
temperature=0.5,
|
67 |
repetition_penalty=1.2,
|
68 |
stopping_criteria=StoppingCriteriaList([stop])
|
69 |
)
|