fix: the lint error of llm.py (#369)
This commit is contained in:
parent
5b27b3993a
commit
6de400f6bc
|
|
@ -90,7 +90,6 @@ def _create_llm_use_conf(
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def get_llm_by_type(
|
def get_llm_by_type(
|
||||||
llm_type: LLMType,
|
llm_type: LLMType,
|
||||||
) -> ChatOpenAI:
|
) -> ChatOpenAI:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue