jimchoi commited on
Commit
3a545c0
·
verified ·
1 Parent(s): 181243a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ agent = CodeAgent(
109
  tools=[
110
  final_answer,
111
  image_generation_tool,
112
- get_stock_data], ## add your tools here (don't remove final answer)
113
  max_steps=6,
114
  verbosity_level=1,
115
  grammar=None,
 
109
  tools=[
110
  final_answer,
111
  image_generation_tool,
112
+ get_stock_data_baostock], ## add your tools here (don't remove final answer)
113
  max_steps=6,
114
  verbosity_level=1,
115
  grammar=None,