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 18:24:41 +02:00 committed by GitHub
parent 4d0c1a1769
commit 7ed4a84393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,