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

@@ -65,7 +65,7 @@ from dbgpt.model.operators import (
OpenAIStreamingOutputOperator,
StreamingLLMOperator,
)
from dbgpt.serve.conversation.operator import ServePreChatHistoryLoadOperator
from dbgpt.serve.conversation.operators import ServePreChatHistoryLoadOperator
logger = logging.getLogger(__name__)