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