Removed redundant cfg object creation in base memory file

This commit is contained in:
Kasra Amini
2023-04-13 03:32:39 -04:00
parent c8b8673286
commit 0061976a91

View File

@@ -2,7 +2,6 @@
import abc
from config import AbstractSingleton, Config
import openai
cfg = Config()
cfg = Config()