rs-liu commited on
Commit
331f5e4
·
verified ·
1 Parent(s): ebbd1dc

update model_id

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -147,7 +147,8 @@ final_answer = FinalAnswerTool()
147
  model = HfApiModel(
148
  max_tokens=2096,
149
  temperature=0.5,
150
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
 
151
  custom_role_conversions=None,
152
  )
153
 
 
147
  model = HfApiModel(
148
  max_tokens=2096,
149
  temperature=0.5,
150
+ # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
151
+ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
152
  custom_role_conversions=None,
153
  )
154