feat(awel): New MessageConverter and more AWEL operators (#1039)

This commit is contained in:
Fangyin Cheng
2024-01-08 09:40:05 +08:00
committed by GitHub
parent 765fb181f6
commit e8861bd8fa
48 changed files with 2333 additions and 719 deletions

View File

@@ -1,13 +1,7 @@
from dbgpt.model.cluster.client import DefaultLLMClient
from dbgpt.model.utils.chatgpt_utils import (
OpenAILLMClient,
OpenAIStreamingOperator,
MixinLLMOperator,
)
from dbgpt.model.utils.chatgpt_utils import OpenAILLMClient
__ALL__ = [
"DefaultLLMClient",
"OpenAILLMClient",
"OpenAIStreamingOperator",
"MixinLLMOperator",
]