alberto commited on
Commit
bda6eed
·
1 Parent(s): f5657e2

remove step limits

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -29,7 +29,6 @@ class BasicAgent:
29
  def __init__(self):
30
  self.agent = CodeAgent(
31
  model=MODEL,
32
- max_steps=10,
33
  tools=[
34
  DuckDuckGoSearchTool(),
35
  VisitWebpageTool(),
 
29
  def __init__(self):
30
  self.agent = CodeAgent(
31
  model=MODEL,
 
32
  tools=[
33
  DuckDuckGoSearchTool(),
34
  VisitWebpageTool(),