mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +01:00
Adds missing google search import.
This commit is contained in:
@@ -9,6 +9,7 @@ import ai_functions as ai
|
|||||||
from file_operations import read_file, write_to_file, append_to_file, delete_file
|
from file_operations import read_file, write_to_file, append_to_file, delete_file
|
||||||
from execute_code import execute_python_file
|
from execute_code import execute_python_file
|
||||||
from json_parser import fix_and_parse_json
|
from json_parser import fix_and_parse_json
|
||||||
|
from googlesearch import search
|
||||||
cfg = Config()
|
cfg = Config()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user