Spaces:
Build error
Build error
Arno' Francesco (GDS DS&G)
commited on
Commit
·
fc3147d
1
Parent(s):
c338f1a
fix bug
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ class BasicAgent:
|
|
| 29 |
|
| 30 |
self.web_agent = CodeAgent(
|
| 31 |
tools=[search_tool, visit_webpage],
|
| 32 |
-
model=model,
|
| 33 |
max_steps=5,
|
| 34 |
name="web_search_agent",
|
| 35 |
description="Runs web searches for you.",
|
|
|
|
| 29 |
|
| 30 |
self.web_agent = CodeAgent(
|
| 31 |
tools=[search_tool, visit_webpage],
|
| 32 |
+
model=self.model,
|
| 33 |
max_steps=5,
|
| 34 |
name="web_search_agent",
|
| 35 |
description="Runs web searches for you.",
|