yasserrmd commited on
Commit
4588b25
·
verified ·
1 Parent(s): 5324809

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def generate_response(prompt_template, **kwargs):
12
  model="Qwen/Qwen2.5-Math-72B-Instruct",
13
  messages=[{"role": "user", "content": prompt}],
14
  temperature=0.7,
15
- max_tokens=1024,
16
  top_p=0.8,
17
  stream=True
18
  )
 
12
  model="Qwen/Qwen2.5-Math-72B-Instruct",
13
  messages=[{"role": "user", "content": prompt}],
14
  temperature=0.7,
15
+ max_tokens=512,
16
  top_p=0.8,
17
  stream=True
18
  )