chore: Fix package name conflict error (#1099)

This commit is contained in:
Fangyin Cheng
2024-01-22 15:33:43 +08:00
committed by GitHub
parent 1484981b72
commit 73c86ff083
48 changed files with 54 additions and 54 deletions

View File

@@ -7,7 +7,7 @@ from dbgpt.core import (
StorageConversation,
StorageInterface,
)
from dbgpt.core.operator import PreChatHistoryLoadOperator
from dbgpt.core.operators import PreChatHistoryLoadOperator
from .serve import Serve