Sandiago21 commited on
Commit
fbcaa4e
·
verified ·
1 Parent(s): dd5b951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ class BasicAgent:
61
  agent_with_tools = CodeAgent(
62
  model=model,
63
  tools=[DuckDuckGoSearchTool(),],
64
- max_steps=5,
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,