M.Natale commited on
Commit
91174ec
·
1 Parent(s): 80480f7

modfy googlesearchtool api provider

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ agent_model = InferenceClientModel(
34
  web_agent = ToolCallingAgent(
35
  model=agent_model,
36
  tools=[
37
- GoogleSearchTool("serper"), VisitWebpageTool()
38
  ],
39
  name="web_agent",
40
  description="Browses the web to find information",
 
34
  web_agent = ToolCallingAgent(
35
  model=agent_model,
36
  tools=[
37
+ GoogleSearchTool("serpapi"), VisitWebpageTool()
38
  ],
39
  name="web_agent",
40
  description="Browses the web to find information",