diff --git a/litellm/llms/azure_ai/common_utils.py b/litellm/llms/azure_ai/common_utils.py index 47d397d6e98..1628d8dcd50 100644 --- a/litellm/llms/azure_ai/common_utils.py +++ b/litellm/llms/azure_ai/common_utils.py @@ -46,7 +46,6 @@ class AzureFoundryModelInfo(BaseLLMModelInfo): return ( api_key or litellm.api_key - or litellm.openai_key or get_secret_str("AZURE_AI_API_KEY") )