sidpanda commited on
Commit
612de43
·
verified ·
1 Parent(s): bae2744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def predict(message, history):
55
  do_sample=True,
56
  top_p=0.95,
57
  top_k=50,
58
- temperature=0.5,
59
  num_beams=1,
60
  stopping_criteria=StoppingCriteriaList([stop])
61
  )
 
55
  do_sample=True,
56
  top_p=0.95,
57
  top_k=50,
58
+ temperature=0.2,
59
  num_beams=1,
60
  stopping_criteria=StoppingCriteriaList([stop])
61
  )