mhattingpete commited on
Commit
ceaae1e
·
verified ·
2 Parent(s): 82b5a12 29ec968

Merge branch #agents-course/First_agent_template' into 'mhattingpete/First_agent_template'

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