mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-22 08:24:26 +01:00
Update file_operations.py
revert change in import as we don't need them
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import os
|
||||
import os.path
|
||||
from config import Config
|
||||
from memory import get_memory
|
||||
|
||||
cfg = Config()
|
||||
memory = get_memory(cfg)
|
||||
|
||||
# Set a dedicated folder for file I/O
|
||||
working_directory = "auto_gpt_workspace"
|
||||
|
||||
Reference in New Issue
Block a user