Sauten commited on
Commit
c76277c
·
verified ·
1 Parent(s): bd6cc06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import time
15
 
16
 
17
 
18
- from smolagents import ToolCallingAgent, DuckDuckGoSearchTool, load_tool, tool, FinalAnswerTool, OpenAIServerModel, PythonInterpreterTool, #VisitWebpageTool
19
 
20
  from toolVisitWebpage import visit_webpage
21
  from tool_fetch_task_file import fetch_task_file
 
15
 
16
 
17
 
18
+ from smolagents import ToolCallingAgent, DuckDuckGoSearchTool, load_tool, tool, FinalAnswerTool, OpenAIServerModel, PythonInterpreterTool #, #VisitWebpageTool
19
 
20
  from toolVisitWebpage import visit_webpage
21
  from tool_fetch_task_file import fetch_task_file