mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
Fix indentation in get_llm_provider_logic.py (#14088)
* Fix indentation in get_llm_provider_logic.py fix missing closing ) * Fix indentation in get_llm_provider_logic.py fix typo
This commit is contained in:
parent
4d0c1a1769
commit
7ed4a84393
1 changed files with 2 additions and 0 deletions
|
|
@ -750,6 +750,8 @@ def _get_openai_compatible_provider_info( # noqa: PLR0915
|
|||
api_base,
|
||||
dynamic_api_key,
|
||||
) = litellm.VercelAIGatewayConfig()._get_openai_compatible_provider_info(
|
||||
api_base, api_key
|
||||
)
|
||||
elif custom_llm_provider == "aiml":
|
||||
(
|
||||
api_base,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue