mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-23 17:04:21 +01:00
Use Configuration of the rearch branch (#4803)
This commit is contained in:
@@ -5,7 +5,7 @@ from autogpt.commands.file_operations import ingest_file, list_files
|
||||
from autogpt.config import Config
|
||||
from autogpt.memory.vector import VectorMemory, get_memory
|
||||
|
||||
config = Config()
|
||||
config = Config.build_config_from_env()
|
||||
|
||||
|
||||
def configure_logging():
|
||||
|
||||
Reference in New Issue
Block a user