kasn-code commited on
Commit
0786a6a
·
verified ·
1 Parent(s): 8774b46

Update app.py

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