Spaces:
Sleeping
Sleeping
Remove GoogleSearch tool from get_tools function
Browse files
tools.py
CHANGED
|
@@ -414,11 +414,11 @@ def get_tools():
|
|
| 414 |
func=DuckDuckGoSearchResults().run,
|
| 415 |
description="Search the web using DuckDuckGo."
|
| 416 |
),
|
| 417 |
-
Tool(
|
| 418 |
-
|
| 419 |
-
|
| 420 |
-
|
| 421 |
-
),
|
| 422 |
Tool(
|
| 423 |
name="WikipediaQuery",
|
| 424 |
func=WikipediaQueryRun().run,
|
|
|
|
| 414 |
func=DuckDuckGoSearchResults().run,
|
| 415 |
description="Search the web using DuckDuckGo."
|
| 416 |
),
|
| 417 |
+
# Tool(
|
| 418 |
+
# name="GoogleSearch",
|
| 419 |
+
# func=GoogleSearchResults().run,
|
| 420 |
+
# description="Search the web using Google."
|
| 421 |
+
# ),
|
| 422 |
Tool(
|
| 423 |
name="WikipediaQuery",
|
| 424 |
func=WikipediaQueryRun().run,
|