mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
style: apply black formatting
This commit is contained in:
parent
302e33ba92
commit
64eb695422
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ def get_llm_provider( # noqa: PLR0915
|
|||
if (
|
||||
custom_llm_provider == "openrouter"
|
||||
and model.startswith("openrouter/")
|
||||
and "/" not in model[len("openrouter/"):]
|
||||
and "/" not in model[len("openrouter/") :]
|
||||
):
|
||||
return model, custom_llm_provider, dynamic_api_key, api_base
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue