Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ class BasicAgent:
|
|
| 61 |
agent_with_tools = CodeAgent(
|
| 62 |
model=model,
|
| 63 |
tools=[DuckDuckGoSearchTool(),],
|
| 64 |
-
max_steps=
|
| 65 |
verbosity_level=1,
|
| 66 |
additional_authorized_imports=["pandas", "wiki", 'random', 'time', 'itertools', 'statistics', 'queue', 'math', 'collections', 'datetime', 'unicodedata', 're', 'stat'],
|
| 67 |
prompt_templates=prompt_templates,
|
|
|
|
| 61 |
agent_with_tools = CodeAgent(
|
| 62 |
model=model,
|
| 63 |
tools=[DuckDuckGoSearchTool(),],
|
| 64 |
+
max_steps=3,
|
| 65 |
verbosity_level=1,
|
| 66 |
additional_authorized_imports=["pandas", "wiki", 'random', 'time', 'itertools', 'statistics', 'queue', 'math', 'collections', 'datetime', 'unicodedata', 're', 'stat'],
|
| 67 |
prompt_templates=prompt_templates,
|