lucasnseq commited on
Commit
a793968
·
verified ·
1 Parent(s): 17db8ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ final_answer = FinalAnswerTool()
90
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
91
 
92
  model = HfApiModel(
93
- max_tokens=2096,
94
  temperature=0.5,
95
  # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
96
  model_id='Qwen/Qwen2.5-0.5B-Instruct',# it is possible that this model may be overloaded
 
90
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
91
 
92
  model = HfApiModel(
93
+ max_tokens=1048,
94
  temperature=0.5,
95
  # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
96
  model_id='Qwen/Qwen2.5-0.5B-Instruct',# it is possible that this model may be overloaded