Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -197,7 +197,7 @@ class TestAgent:
|
|
| 197 |
describe_image, # V4
|
| 198 |
extract_text_from_audio, # V4
|
| 199 |
FinalAnswerTool()],
|
| 200 |
-
additional_authorized_imports=["pandas","markdownify","requests"], # V2 add markdownify & requests
|
| 201 |
model=model,
|
| 202 |
max_steps=4, # V3 increase steps
|
| 203 |
planning_interval=2, # V3 add structure
|
|
|
|
| 197 |
describe_image, # V4
|
| 198 |
extract_text_from_audio, # V4
|
| 199 |
FinalAnswerTool()],
|
| 200 |
+
additional_authorized_imports=["pandas","markdownify","requests","chess","os"], # V2 add markdownify & requests V5 add chess and os
|
| 201 |
model=model,
|
| 202 |
max_steps=4, # V3 increase steps
|
| 203 |
planning_interval=2, # V3 add structure
|