Thiloid commited on
Commit
7943da4
·
verified ·
1 Parent(s): f75bd89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def is_single_word_question(question):
140
  return len(words) == 1
141
 
142
  def responsefull(
143
- prompt, history,selected_option,temperature=0.9, max_new_tokens=500, top_p=0.95, repetition_penalty=1.0,
144
  ):
145
  temperature = float(temperature)
146
  if temperature < 1e-2: temperature = 1e-2
 
140
  return len(words) == 1
141
 
142
  def responsefull(
143
+ prompt, history,selected_option,temperature=0.9, max_new_tokens=700, top_p=0.95, repetition_penalty=1.0,
144
  ):
145
  temperature = float(temperature)
146
  if temperature < 1e-2: temperature = 1e-2