SergeyO7 commited on
Commit
a902a0d
·
verified ·
1 Parent(s): c0c99f4

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -135,6 +135,7 @@ class MagAgent:
135
  DuckDuckGoSearchTool(),
136
  WikipediaSearchTool(),
137
  ImageAnalysisTool,
 
138
  # LocalFileAudioTool()
139
  ]
140
  )
 
135
  DuckDuckGoSearchTool(),
136
  WikipediaSearchTool(),
137
  ImageAnalysisTool,
138
+ SpeechToTextTool
139
  # LocalFileAudioTool()
140
  ]
141
  )