mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 13:40:54 +00:00
feat(core): More AWEL operators and new prompt manager API (#972)
Co-authored-by: csunny <cfqsunny@163.com>
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
from dbgpt.model.cluster.client import DefaultLLMClient
|
||||
from dbgpt.model.utils.chatgpt_utils import OpenAILLMClient
|
||||
from dbgpt.model.utils.chatgpt_utils import (
|
||||
OpenAILLMClient,
|
||||
OpenAIStreamingOperator,
|
||||
MixinLLMOperator,
|
||||
)
|
||||
|
||||
__ALL__ = ["DefaultLLMClient", "OpenAILLMClient"]
|
||||
__ALL__ = [
|
||||
"DefaultLLMClient",
|
||||
"OpenAILLMClient",
|
||||
"OpenAIStreamingOperator",
|
||||
"MixinLLMOperator",
|
||||
]
|
||||
|
Reference in New Issue
Block a user