Raffaele Terribile commited on
Commit
951d6dc
·
unverified ·
1 Parent(s): b03b1f3

Rimuovi tool DuckDuckGoSearchTool

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(),