cedwards427 commited on
Commit
f409774
·
verified ·
1 Parent(s): 922cfad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ class BasicAgent:
24
 
25
  self.agent = ToolCallingAgent(
26
  tools=[DuckDuckGoSearchTool(), PythonInterpreterTool(), FinalAnswerTool()],
27
- additional_authorized_imports=['requests', 'bs4', 'csv', 'pandas', 'json', 'openpyxl', 'io', 'exec'],
28
  model=model,
29
  max_steps=10,
30
  verbosity_level=2
 
24
 
25
  self.agent = ToolCallingAgent(
26
  tools=[DuckDuckGoSearchTool(), PythonInterpreterTool(), FinalAnswerTool()],
27
+ # additional_authorized_imports=['requests', 'bs4', 'csv', 'pandas', 'json', 'openpyxl', 'io', 'exec'],
28
  model=model,
29
  max_steps=10,
30
  verbosity_level=2