fixed conflicts

This commit is contained in:
cs0lar
2023-04-13 18:33:13 +01:00
25 changed files with 169 additions and 131 deletions

View File

@@ -57,6 +57,7 @@ def get_memory(cfg, init=False):
memory.clear()
return memory
def get_supported_memory_backends():
return supported_memory

View File

@@ -3,7 +3,6 @@ import abc
from config import AbstractSingleton, Config
import openai
cfg = Config()
def get_ada_embedding(text):
text = text.replace("\n", " ")