refactor(azure/audio_transcriptions.py): support client init with common logic

This commit is contained in:
Krrish Dholakia 2025-03-11 14:24:12 -07:00
parent 26fca929da
commit 9855e46208
3 changed files with 9 additions and 19 deletions

View file

@ -5066,6 +5066,7 @@ def transcription(
api_version=api_version,
azure_ad_token=azure_ad_token,
max_retries=max_retries,
litellm_params=litellm_params_dict,
)
elif (
custom_llm_provider == "openai"