DarrenDsa's picture
Create tools.py
85f4387 verified
raw
history blame contribute delete
205 Bytes
from smolagents import DuckDuckGoSearchTool, SpeechToTextTool, PythonInterpreterTool
search_tool = DuckDuckGoSearchTool()
speech_to_text = SpeechToTextTool()
python_interpreter = PythonInterpreterTool()