fix the search func call

This commit is contained in:
zachary62 2025-07-01 19:53:21 +00:00
parent 8c6cbc5138
commit d360ba8d08
1 changed files with 1 additions and 1 deletions

View File

@ -48,5 +48,5 @@ if __name__ == "__main__":
print("## Testing search_web")
query = "Who won the Nobel Prize in Physics 2024?"
print(f"## Query: {query}")
results = search_web(query)
results = search_web_duckduckgo(query)
print(f"## Results: {results}")