When adding a file as a io.Reader to the transcription request, the 1.40.0 CreateFormFileReader used to call createFormFile which did the right thing, but now the in 1.40.1 was changed to create the form part differently and misses the Content-Type header so it's not accepted as a valid file. Can you please revert or fix this.
Thank you
When adding a file as a io.Reader to the transcription request, the 1.40.0
CreateFormFileReaderused to callcreateFormFilewhich did the right thing, but now the in 1.40.1 was changed to create the form part differently and misses the Content-Type header so it's not accepted as a valid file. Can you please revert or fix this.Thank you