akhaliq HF Staff commited on
Commit
0b13ff2
·
1 Parent(s): 873cfc7

update max tokens

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2369,6 +2369,7 @@ This will help me create a better design for you."""
2369
  model="zai-org/GLM-4.5",
2370
  messages=messages,
2371
  stream=True,
 
2372
  )
2373
 
2374
  content = ""
 
2369
  model="zai-org/GLM-4.5",
2370
  messages=messages,
2371
  stream=True,
2372
+ max_tokens=16384,
2373
  )
2374
 
2375
  content = ""