sgs0101 commited on
Commit
6ab6ea5
·
verified ·
1 Parent(s): 0424b1d

Update app.py

Browse files

Initial model was not responding - so trying with alternate option

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