JUNGU commited on
Commit
80c11ee
·
verified ·
1 Parent(s): ff883b6

Update app.py

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