mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +01:00
Removed redundant cfg object creation in base memory file
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
import abc
|
import abc
|
||||||
from config import AbstractSingleton, Config
|
from config import AbstractSingleton, Config
|
||||||
import openai
|
import openai
|
||||||
cfg = Config()
|
|
||||||
|
|
||||||
cfg = Config()
|
cfg = Config()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user