[Community]: AzureOpenAIWhisperParser Authenication Fix (#29135)

- **Description:** `AzureOpenAIWhisperParser` authentication fix as
stated in the issue.
- **Issue:** #29133
This commit is contained in:
Mohammad Mohtashim
2025-01-15 19:44:53 +05:00
committed by GitHub
parent 44b41b699c
commit 21eb39dff0
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ class AzureOpenAIWhisperParser(BaseBlobParser):
azure_endpoint=self.azure_endpoint,
api_version=self.api_version,
max_retries=self.max_retries,
azure_ad_token=self.azure_ad_token_provider,
azure_ad_token_provider=self.azure_ad_token_provider,
)
else:
if self.api_key: