sferaud commited on
Commit
89ac3dd
·
verified ·
1 Parent(s): 316ab9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -77,7 +77,9 @@ final_answer = FinalAnswerTool()
77
  model = HfApiModel(
78
  max_tokens=2096,
79
  temperature=0.5,
80
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
 
 
81
  custom_role_conversions=None,
82
  )
83
 
 
77
  model = HfApiModel(
78
  max_tokens=2096,
79
  temperature=0.5,
80
+ # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
81
+ # it is possible that this model may be overloaded
82
+ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
83
  custom_role_conversions=None,
84
  )
85