Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def chat_function(message, history):
|
|
| 23 |
result = chatbot(
|
| 24 |
prompt,
|
| 25 |
max_length=120,
|
| 26 |
-
temperature=0.
|
| 27 |
do_sample=True,
|
| 28 |
top_p=0.9
|
| 29 |
)
|
|
|
|
| 23 |
result = chatbot(
|
| 24 |
prompt,
|
| 25 |
max_length=120,
|
| 26 |
+
temperature=0.9,
|
| 27 |
do_sample=True,
|
| 28 |
top_p=0.9
|
| 29 |
)
|