akhaliq HF Staff commited on
Commit
7022707
·
verified ·
1 Parent(s): 432b82a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def respond(message, history):
48
 
49
  # Generation config - using dict format as in official docs
50
  generation_config = dict(
51
- max_new_tokens=2048,
52
  do_sample=True,
53
  temperature=0.6,
54
  top_p=0.95,
 
48
 
49
  # Generation config - using dict format as in official docs
50
  generation_config = dict(
51
+ max_new_tokens=4000,
52
  do_sample=True,
53
  temperature=0.6,
54
  top_p=0.95,