File size: 205 Bytes
85f4387
 
 
 
 
 
 
1
2
3
4
5
6
7
from smolagents import DuckDuckGoSearchTool, SpeechToTextTool, PythonInterpreterTool

search_tool = DuckDuckGoSearchTool()

speech_to_text = SpeechToTextTool()

python_interpreter = PythonInterpreterTool()