mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(audio_transcriptions.py): fix setting client
This commit is contained in:
parent
16224f8db6
commit
571d5ed62a
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ class AzureAudioTranscription(AzureChatCompletion):
|
|||
if client is None:
|
||||
async_azure_client = AsyncAzureOpenAI(
|
||||
**azure_client_params,
|
||||
http_client=litellm.aclient_session,
|
||||
)
|
||||
else:
|
||||
async_azure_client = client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue