perplexity_ai / app.py
xd11yggy's picture
Update app.py
95634e0 verified
raw
history blame
191 Bytes
from smolagents import DuckDuckGoSearchTool
# Initialize the tool
web_search = DuckDuckGoSearchTool()
# Perform search
results = web_search("Pont des Arts length in meters")
print(results)