Merge pull request #1068 from Thakay/fixed-redundancy

Removed redundant cfg object creation in base memory file
This commit is contained in:
Pi
2023-04-13 14:44:50 +01:00
committed by GitHub

View File

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