diff --git a/litellm/llms/azure/audio_transcriptions.py b/litellm/llms/azure/audio_transcriptions.py index 8baf5df1d5..0d04a92afe 100644 --- a/litellm/llms/azure/audio_transcriptions.py +++ b/litellm/llms/azure/audio_transcriptions.py @@ -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