sidpanda commited on
Commit
0111d3f
·
verified ·
1 Parent(s): 867bcbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def predict(message, history):
63
  top_k=4,
64
  num_beams=1,
65
  use_cache=False,
66
- temperature=0.05,
67
  repetition_penalty=1.2,
68
  stopping_criteria=StoppingCriteriaList([stop])
69
  )
 
63
  top_k=4,
64
  num_beams=1,
65
  use_cache=False,
66
+ temperature=0.5,
67
  repetition_penalty=1.2,
68
  stopping_criteria=StoppingCriteriaList([stop])
69
  )