This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Description
Currently the whisper implementation in the OpenAI and the Azure bridge is inconsistent.
The Azure one uses the /translations endpoint and the OpenAI ModelClient uses /transcriptions endpoint.
we should introduce a task option that controls which endpoint gets used - and it should be consistent for both implementations.