M.Natale commited on
Commit ·
91174ec
1
Parent(s): 80480f7
modfy googlesearchtool api provider
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ agent_model = InferenceClientModel(
|
|
| 34 |
web_agent = ToolCallingAgent(
|
| 35 |
model=agent_model,
|
| 36 |
tools=[
|
| 37 |
-
GoogleSearchTool("
|
| 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",
|