Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -216,7 +216,7 @@ def create_agent():
|
|
| 216 |
max_steps=10,
|
| 217 |
verbosity_level=1,
|
| 218 |
additional_authorized_imports=AUTHORIZED_IMPORTS,
|
| 219 |
-
planning_interval=
|
| 220 |
)
|
| 221 |
|
| 222 |
document_inspection_tool = TextInspectorTool(model, text_limit)
|
|
|
|
| 216 |
max_steps=10,
|
| 217 |
verbosity_level=1,
|
| 218 |
additional_authorized_imports=AUTHORIZED_IMPORTS,
|
| 219 |
+
planning_interval=10,
|
| 220 |
)
|
| 221 |
|
| 222 |
document_inspection_tool = TextInspectorTool(model, text_limit)
|