mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
added note for using Azure Active Directory Tokens with all the other endpoints (#17733)
This commit is contained in:
parent
aa450e7ebe
commit
43a7bbeeaf
1 changed files with 2 additions and 1 deletions
|
|
@ -549,7 +549,8 @@ print(response)
|
|||
|
||||
### Entra ID - use `azure_ad_token`
|
||||
|
||||
This is a walkthrough on how to use Azure Active Directory Tokens - Microsoft Entra ID to make `litellm.completion()` calls
|
||||
This is a walkthrough on how to use Azure Active Directory Tokens - Microsoft Entra ID to make `litellm.completion()` calls.
|
||||
> **Note:** You can follow the same process below to use Azure Active Directory Tokens for all other Azure endpoints (e.g., chat, embeddings, image, audio, etc.) with LiteLLM.
|
||||
|
||||
Step 1 - Download Azure CLI
|
||||
Installation instructions: https://learn.microsoft.com/en-us/cli/azure/install-azure-cli
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue