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:
superpoussin22
2025-08-30 09:24:41 -07:00
committed by GitHub
parent 4d0c1a1769
commit 7ed4a84393
@@ -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,