anubhav-singh commited on
Commit
43da382
·
verified ·
1 Parent(s): 8ef7e20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def predict(message, history):
40
  do_sample=True,
41
  top_p=0.90,
42
  top_k=100,
43
- temperature=0.3,
44
  num_beams=1,
45
  stopping_criteria=StoppingCriteriaList([stop])
46
  )
 
40
  do_sample=True,
41
  top_p=0.90,
42
  top_k=100,
43
+ temperature=0.8,
44
  num_beams=1,
45
  stopping_criteria=StoppingCriteriaList([stop])
46
  )