GatinhoEducado commited on
Commit
50118e2
·
verified ·
1 Parent(s): 3a6b443

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ model = HfApiModel(
159
  agent = CodeAgent(
160
  model=model,
161
  tools=[final_answer, image_generation_tool, get_stock_data_baostock, weather_data_tool], ## add your tools here (don't remove final answer)
162
- max_steps=6,
163
  verbosity_level=1,
164
  grammar=None,
165
  planning_interval=3,
 
159
  agent = CodeAgent(
160
  model=model,
161
  tools=[final_answer, image_generation_tool, get_stock_data_baostock, weather_data_tool], ## add your tools here (don't remove final answer)
162
+ max_steps=4,
163
  verbosity_level=1,
164
  grammar=None,
165
  planning_interval=3,