mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-03 22:34:29 +01:00
Spelling fixes
This commit is contained in:
@@ -11,7 +11,7 @@ CFG = Config()
|
||||
|
||||
|
||||
def google_search(query: str, num_results: int = 8) -> str:
|
||||
"""Return the results of a google search
|
||||
"""Return the results of a Google search
|
||||
|
||||
Args:
|
||||
query (str): The search query.
|
||||
@@ -35,7 +35,7 @@ def google_search(query: str, num_results: int = 8) -> str:
|
||||
|
||||
|
||||
def google_official_search(query: str, num_results: int = 8) -> str | list[str]:
|
||||
"""Return the results of a google search using the official Google API
|
||||
"""Return the results of a Google search using the official Google API
|
||||
|
||||
Args:
|
||||
query (str): The search query.
|
||||
|
||||
Reference in New Issue
Block a user