mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-27 12:49:34 +00:00
chore(build): Fix typo and new pre-commit config (#987)
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
import asyncio
|
||||
|
||||
from dbgpt.core import BaseOutputParser, PromptTemplate
|
||||
from dbgpt.core.awel import DAG
|
||||
from dbgpt.core import (
|
||||
BaseOutputParser,
|
||||
PromptTemplate,
|
||||
)
|
||||
from dbgpt.core.operator import (
|
||||
LLMOperator,
|
||||
RequestBuildOperator,
|
||||
)
|
||||
from dbgpt.core.operator import LLMOperator, RequestBuildOperator
|
||||
from dbgpt.model import OpenAILLMClient
|
||||
|
||||
with DAG("simple_sdk_llm_example_dag") as dag:
|
||||
|
||||
Reference in New Issue
Block a user