oieieio commited on
Commit
f75e0f5
·
verified ·
1 Parent(s): 537d3ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ final_answer = FinalAnswerTool()
124
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
125
 
126
  model = HfApiModel(
127
- max_tokens=2096,
128
  temperature=0.5,
129
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
130
  custom_role_conversions=None,
 
124
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
125
 
126
  model = HfApiModel(
127
+ max_tokens=512,
128
  temperature=0.5,
129
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
130
  custom_role_conversions=None,