Spaces:
Sleeping
Sleeping
Patel Traders commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ def hanuman_flash_stream(message, history):
|
|
| 98 |
max_new_tokens=512,
|
| 99 |
use_cache=True,
|
| 100 |
do_sample=True,
|
| 101 |
-
temperature=
|
| 102 |
top_p=0.90
|
| 103 |
)
|
| 104 |
|
|
|
|
| 98 |
max_new_tokens=512,
|
| 99 |
use_cache=True,
|
| 100 |
do_sample=True,
|
| 101 |
+
temperature=1,
|
| 102 |
top_p=0.90
|
| 103 |
)
|
| 104 |
|