support Azure AD authentication for OpenAI services for litellm implemetation

This commit is contained in:
arpit-at
2025-04-16 11:19:04 +05:30
parent 73b3e2520c
commit 0da667d179
2 changed files with 41 additions and 1 deletions

View File

@ -101,3 +101,10 @@ key = ""
[deepinfra]
key = ""
[azure_ad]
# Azure AD authentication for OpenAI services
client_id = "" # Your Azure AD application client ID
client_secret = "" # Your Azure AD application client secret
tenant_id = "" # Your Azure AD tenant ID
api_base = "" # Your Azure OpenAI service base URL (e.g., https://openai.xyz.com/)