RCaz commited on
Commit
a640217
·
verified ·
1 Parent(s): f0631e7

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -73,7 +73,7 @@ class TestAgent:
73
  #model = InferenceClientModel("Qwen/Qwen2.5-Coder-32B-Instruct")
74
  # Instantiate the agent
75
  self.agent = CodeAgent(
76
- tools=[real_number_calculator(), # homemade tool
77
  DuckDuckGoSearchTool(), # basic tools from smolagent
78
  VisitWebpageTool(),
79
  wikipedia_tool, # tool from langchain with extra parmaeters
 
73
  #model = InferenceClientModel("Qwen/Qwen2.5-Coder-32B-Instruct")
74
  # Instantiate the agent
75
  self.agent = CodeAgent(
76
+ tools=[real_number_calculator, # homemade tool
77
  DuckDuckGoSearchTool(), # basic tools from smolagent
78
  VisitWebpageTool(),
79
  wikipedia_tool, # tool from langchain with extra parmaeters