Added step (8)
Browse files
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=
|
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()
|