trongld commited on
Commit
8f4431b
·
1 Parent(s): ec0f403

Remove GoogleSearch tool from get_tools function

Browse files
Files changed (1) hide show
  1. tools.py +5 -5
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
- name="GoogleSearch",
419
- func=GoogleSearchResults().run,
420
- description="Search the web using Google."
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,