lyimo commited on
Commit
7ada8fb
Β·
1 Parent(s): 0cf328c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def generate_text(message, history):
43
  top_p=0.1,
44
  top_k=40,
45
  repeat_penalty=1.1,
46
- max_tokens=4096, # Increase this value
47
  stop=[
48
  "",
49
  "",
 
43
  top_p=0.1,
44
  top_k=40,
45
  repeat_penalty=1.1,
46
+ max_tokens=2000, # Increase this value
47
  stop=[
48
  "",
49
  "",