borisyich commited on
Commit
0f32b48
·
verified ·
1 Parent(s): 677620a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ agent = CodeAgent(
83
  L_transformation,
84
  R_transformation
85
  ], ## add your tools here (don't remove final answer)
86
- max_steps=15,
87
  verbosity_level=1,
88
  grammar=None,
89
  planning_interval=None,
 
83
  L_transformation,
84
  R_transformation
85
  ], ## add your tools here (don't remove final answer)
86
+ max_steps=10,
87
  verbosity_level=1,
88
  grammar=None,
89
  planning_interval=None,