JUNGU commited on
Commit
db3540e
·
verified ·
1 Parent(s): 53bc83a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ final_answer = FinalAnswerTool()
34
  model = HfApiModel(
35
  max_tokens=2096,
36
  temperature=0.5,
37
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
38
  custom_role_conversions=None,
39
  )
40
 
 
34
  model = HfApiModel(
35
  max_tokens=2096,
36
  temperature=0.5,
37
+ model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
38
  custom_role_conversions=None,
39
  )
40