DarrenDsa commited on
Commit
85f4387
·
verified ·
1 Parent(s): 6726bf5

Create tools.py

Browse files
Files changed (1) hide show
  1. tools.py +7 -0
tools.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ from smolagents import DuckDuckGoSearchTool, SpeechToTextTool, PythonInterpreterTool
2
+
3
+ search_tool = DuckDuckGoSearchTool()
4
+
5
+ speech_to_text = SpeechToTextTool()
6
+
7
+ python_interpreter = PythonInterpreterTool()