akhaliq HF Staff commited on
Commit
a075fff
·
1 Parent(s): 0e5a693

update max tokens to 20k

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1451,7 +1451,7 @@ This will help me create a better design for you."""
1451
  model=_current_model["id"],
1452
  messages=messages,
1453
  stream=True,
1454
- max_tokens=10000
1455
  )
1456
  content = ""
1457
  for chunk in completion:
 
1451
  model=_current_model["id"],
1452
  messages=messages,
1453
  stream=True,
1454
+ max_tokens=20000
1455
  )
1456
  content = ""
1457
  for chunk in completion: