TOOTLE commited on
Commit
c0ccf36
·
verified ·
1 Parent(s): ca02bb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def chatbot_response(prompt):
36
  print(inputs)
37
  outputs = model.generate(
38
  inputs["input_ids"],
39
- max_new_tokens=128,
40
  temperature=0.7,
41
  do_sample=True
42
  )
 
36
  print(inputs)
37
  outputs = model.generate(
38
  inputs["input_ids"],
39
+ max_new_tokens=1024,
40
  temperature=0.7,
41
  do_sample=True
42
  )