Use Configuration of the rearch branch (#4803)

This commit is contained in:
merwanehamadi
2023-06-26 17:01:36 -07:00
committed by GitHub
parent b1570543c8
commit 9f353f41c4
13 changed files with 389 additions and 308 deletions

View File

@@ -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():