feat(core): Support i18n (#1327)

This commit is contained in:
Fangyin Cheng
2024-03-25 20:15:39 +08:00
committed by GitHub
parent fa06be64c1
commit fcc325d411
179 changed files with 12052 additions and 69512 deletions

View File

@@ -91,6 +91,8 @@ class Serve(BaseServe):
from dbgpt.storage.metadata.db_storage import SQLAlchemyStorage
from dbgpt.util.serialization.json_serialization import JsonSerializer
from .operators import DefaultServePreChatHistoryLoadOperator
self._db_manager = self.create_or_get_db_manager()
self._conv_storage = SQLAlchemyStorage(