luke9705 commited on
Commit
7e40121
·
verified ·
1 Parent(s): 698b66e

Added step (8)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ class Agent:
140
  tools=[DuckDuckGoSearchTool(max_results=5), VisitWebpageTool(max_output_length=20000), generate_image, download_images, transcribe_audio],
141
  additional_authorized_imports=["pandas", "PIL", "io"],
142
  planning_interval=1,
143
- max_steps=5,
144
  )
145
  with open("system_prompt.txt", "r") as f:
146
  system_prompt = f.read()
 
140
  tools=[DuckDuckGoSearchTool(max_results=5), VisitWebpageTool(max_output_length=20000), generate_image, download_images, transcribe_audio],
141
  additional_authorized_imports=["pandas", "PIL", "io"],
142
  planning_interval=1,
143
+ max_steps=8,
144
  )
145
  with open("system_prompt.txt", "r") as f:
146
  system_prompt = f.read()