avfranco commited on
Commit
325eaa8
·
1 Parent(s): 01d34b9

final assignment gaia agent tools submission enabled

Browse files
Files changed (1) hide show
  1. agents/gaia.py +1 -5
agents/gaia.py CHANGED
@@ -19,11 +19,7 @@ class GaiaAgent:
19
  self.model = HfApiModel()
20
 
21
  # Initialize the DuckDuckGo search tool
22
- self.search_tool = DuckDuckGoSearchTool(
23
- name="DuckDuckGoSearch",
24
- description="Use this tool to search the web using DuckDuckGo.",
25
- model=self.model,
26
- )
27
 
28
  self.agent = CodeAgent(
29
  model=self.model,
 
19
  self.model = HfApiModel()
20
 
21
  # Initialize the DuckDuckGo search tool
22
+ self.search_tool = DuckDuckGoSearchTool()
 
 
 
 
23
 
24
  self.agent = CodeAgent(
25
  model=self.model,