david-clifford commited on
Commit
4f946b1
·
verified ·
1 Parent(s): 57aecae
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -114,8 +114,7 @@ agent = CodeAgent(
114
  tools=[final_answer,
115
  get_current_time_in_timezone,
116
  image_generation_tool,
117
- toss_a_die,
118
- nse_stock_price_tool], ## add your tools here (don't remove final answer)
119
  max_steps=6,
120
  verbosity_level=1,
121
  grammar=None,
 
114
  tools=[final_answer,
115
  get_current_time_in_timezone,
116
  image_generation_tool,
117
+ toss_a_die], ## add your tools here (don't remove final answer)
 
118
  max_steps=6,
119
  verbosity_level=1,
120
  grammar=None,