Update file_operations.py

revert change in import as we don't need them
This commit is contained in:
Maiko Bossuyt
2023-04-12 19:46:58 +02:00
parent 7975c184a5
commit c91117616f

View File

@@ -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"