SergeyO7 commited on
Commit
61c27d6
·
verified ·
1 Parent(s): 1cb9abe

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -188,8 +188,8 @@ class MagAgent:
188
  DuckDuckGoSearchTool(),
189
  WikipediaSearchTool(),
190
  # ImageAnalysisTool,
191
- SpeechToTextTool
192
- ExcelReaderTool(),
193
  # LocalFileAudioTool()
194
  ],
195
  verbosity_level=2,
 
188
  DuckDuckGoSearchTool(),
189
  WikipediaSearchTool(),
190
  # ImageAnalysisTool,
191
+ SpeechToTextTool,
192
+ ExcelReaderTool()
193
  # LocalFileAudioTool()
194
  ],
195
  verbosity_level=2,