mabelwang21 commited on
Commit
a349bf1
·
1 Parent(s): 97c9b88

change HfApiModel

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -107,7 +107,7 @@ class MyAgent:
107
  from smolagents import HfApiModel
108
  self.agent = ToolCallingAgent(
109
  tools=tools,
110
- model=HfApiModel("openai/gpt-3.5-turbo") # or another supported model
111
  )
112
 
113
  def __call__(self, question: str) -> str:
 
107
  from smolagents import HfApiModel
108
  self.agent = ToolCallingAgent(
109
  tools=tools,
110
+ model=HfApiModel("Qwen/Qwen2.5-Coder-32B-Instruct") # or another supported model
111
  )
112
 
113
  def __call__(self, question: str) -> str: