This commit is contained in:
eycjur 2025-09-23 03:08:59 +00:00
parent 3ff21bf30c
commit 9cb409903a

View file

@ -30,7 +30,6 @@ class AzureFoundryModelInfo(BaseLLMModelInfo):
api_version
or litellm.api_version
or get_secret_str("AZURE_API_VERSION")
or get_secret_str("AZURE_AI_API_VERSION")
)
return api_version