fix: the lint error of llm.py (#369)

This commit is contained in:
Willem Jiang 2025-06-26 10:36:26 +08:00 committed by GitHub
parent b7373fbe70
commit f27c96e692
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -90,7 +90,6 @@ def _create_llm_use_conf(
)
def get_llm_by_type(
llm_type: LLMType,
) -> ChatOpenAI: