wlchee commited on
Commit
d004acf
·
verified ·
1 Parent(s): 0bc774f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ class BasicAgent:
62
 
63
 
64
  self.tools = [
65
- current_time(), #get_current_time_in_timezone,
66
- wikipedia(), #wikipedia_search,
67
  DuckDuckGoSearchTool()
68
  ]
69
 
 
62
 
63
 
64
  self.tools = [
65
+ CurrentTimeTool(), #get_current_time_in_timezone,
66
+ WikipediaTool(), #wikipedia_search,
67
  DuckDuckGoSearchTool()
68
  ]
69