Raffaele Terribile
commited on
Rimuovi tool DuckDuckGoSearchTool
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ class FirstAgent:
|
|
28 |
def __init__(self):
|
29 |
self.agent = CodeAgent(
|
30 |
tools=[
|
31 |
-
DuckDuckGoSearchTool(),
|
32 |
InferenceClientModel(),
|
33 |
GoogleSearchTool(),
|
34 |
WebSearchTool(),
|
|
|
28 |
def __init__(self):
|
29 |
self.agent = CodeAgent(
|
30 |
tools=[
|
31 |
+
# DuckDuckGoSearchTool(),
|
32 |
InferenceClientModel(),
|
33 |
GoogleSearchTool(),
|
34 |
WebSearchTool(),
|