mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-20 17:09:00 +00:00
feat(core): Support i18n (#1327)
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user