Patel Traders commited on
Commit
876f3c9
·
verified ·
1 Parent(s): c8b054d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=2,
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