Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
1.99k stars 1.16k forks source link

Trasncription can't transcribe more than 4 MB #30349

Closed giorgijanashia closed 2 weeks ago

giorgijanashia commented 2 weeks ago

Describe the bug Can't transcribe audio more than 4 MB, It's default 4 MB I guess intead of 25 MB. I'm using Azure OpenAI whisper model. Is there some way to increase mb limit to 25 MB?

Additional context

 const result = await this.client.getAudioTranscription(
        deploymentId,
        fileContent,
        {
          language: whisperCode,
        },
      );
github-actions[bot] commented 2 weeks ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @glharper.