OpenAI
OpenAI copied to clipboard
AudioTranscriptionQuery fails
Describe the bug
Try uploading .m4a to transcribe raw transcript it fails because of the following switch case where you can see .m4a is pointing to mp4 file type.
Expected behavior Able to successfully upload m4a file and then able to successfully retrieve the transcript
I created a PR that addresses this issue.
The merged PR has another bug, the content type for .m4a
files should be audio/mpeg
instead of audio/m4a
.