sidpanda commited on
Commit
e3997a9
·
verified ·
1 Parent(s): f879329

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.2,
59
  repitition_penalty=5.0,
60
  num_beams=1,
61
  stopping_criteria=StoppingCriteriaList([stop])
 
55
  do_sample=True,
56
  top_p=0.95,
57
  top_k=50,
58
+ temperature=0.3,
59
  repitition_penalty=5.0,
60
  num_beams=1,
61
  stopping_criteria=StoppingCriteriaList([stop])