mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 02:50:31 +00:00
[Community]: AzureOpenAIWhisperParser Authenication Fix (#29135)
- **Description:** `AzureOpenAIWhisperParser` authentication fix as stated in the issue. - **Issue:** #29133
This commit is contained in:
committed by
GitHub
parent
44b41b699c
commit
21eb39dff0
@@ -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:
|
||||
|
Reference in New Issue
Block a user