mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 18:23:07 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user