Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ubik80
/
fintech-faq-smolagent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ubik80
commited on
Apr 13
Commit
5069781
·
verified
·
1 Parent(s):
880490a
added DuckDuckGo
Browse files
Files changed (1)
hide
show
tools.py
+4
-0
tools.py
CHANGED
Viewed
@@ -0,0 +1,4 @@
1
+
from smolagents import DuckDuckGoSearchTool
2
+
3
+
# Initialize the DuckDuckGo search tool
4
+
search_tool = DuckDuckGoSearchTool()