usemil commited on
Commit
7454071
·
verified ·
1 Parent(s): 1439387

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -98,7 +98,11 @@ agent = CodeAgent(
98
  model=model,
99
  tools=[final_answer,
100
  DuckDuckGoSearchTool(),
 
 
101
  calculator,
 
 
102
  get_current_time_in_timezone,
103
  image_generation_tool,
104
  ], ## add your tools here (don't remove final answer)
 
98
  model=model,
99
  tools=[final_answer,
100
  DuckDuckGoSearchTool(),
101
+
102
+ # Mine
103
  calculator,
104
+ get_todays_stock,
105
+
106
  get_current_time_in_timezone,
107
  image_generation_tool,
108
  ], ## add your tools here (don't remove final answer)