doc update and minor fix

This commit is contained in:
arpit-at
2025-04-16 13:27:52 +05:30
parent 0da667d179
commit dc46acb762
2 changed files with 12 additions and 0 deletions

View File

@ -100,6 +100,7 @@ class LiteLLMAIHandler(BaseAiHandler):
# Check for Azure AD configuration
if get_settings().get("AZURE_AD.CLIENT_ID", None):
from azure.identity import ClientSecretCredential
self.azure = True
# Generate access token using Azure AD credentials from settings
access_token = self._get_azure_ad_token()