RCaz commited on
Commit
92cc01c
·
verified ·
1 Parent(s): 5bab8d1

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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