CanerCoban commited on
Commit
35fd7f2
·
verified ·
1 Parent(s): e4d5e70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ class BasicAgent:
67
  model=self.model,
68
  tools=[self.search_tool],
69
  # drops in a small standard library (Python REPL, JSON loader etc.) so you can solve many tasks without defining anything else.
70
- add_base_tools=True # - python_repl, browser, math etc.
71
  # CodeAgent's auto_document_tools convenience flag
72
  auto_document_tools=True
73
  )
 
67
  model=self.model,
68
  tools=[self.search_tool],
69
  # drops in a small standard library (Python REPL, JSON loader etc.) so you can solve many tasks without defining anything else.
70
+ add_base_tools=True, # - python_repl, browser, math etc.
71
  # CodeAgent's auto_document_tools convenience flag
72
  auto_document_tools=True
73
  )