GatinhoEducado commited on
Commit
e28aa86
·
verified ·
1 Parent(s): 3d62ecb

Update app.py

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