mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Removes print.
This commit is contained in:
committed by
GitHub
parent
064a2af9b5
commit
7e529e19d9
@@ -47,7 +47,7 @@ def get_command(response):
|
||||
def execute_command(command_name, arguments):
|
||||
try:
|
||||
if command_name == "google":
|
||||
print("Using Google search method")
|
||||
|
||||
# Check if the Google API key is set and use the official search method
|
||||
# If the API key is not set or has only whitespaces, use the unofficial search method
|
||||
if cfg.google_api_key and (cfg.google_api_key.strip() if cfg.google_api_key else None):
|
||||
|
||||
Reference in New Issue
Block a user