LawsonE commited on
Commit
6cc2086
·
verified ·
1 Parent(s): 126ec35

Modified model id

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