rwitz commited on
Commit
3b6bdd2
·
1 Parent(s): 6750870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ def get_bot_response(url, prompt,state):
40
  "sampling_params": {
41
  "max_new_tokens": 50,
42
  "temperature": 0.7,
 
43
  }
44
  }
45
  }
 
40
  "sampling_params": {
41
  "max_new_tokens": 50,
42
  "temperature": 0.7,
43
+ "top_p":0.95
44
  }
45
  }
46
  }