I’m not sure if this is a stupid question:
at the following page:
Is this page:
I am receiving a 400 error on my Whisper module.
I don’t know what I should be putting in the “File Data” field.
Any help would be awesome.
All the best.
Pat
I’m not sure if this is a stupid question:
at the following page:
Is this page:
I am receiving a 400 error on my Whisper module.
I don’t know what I should be putting in the “File Data” field.
Any help would be awesome.
All the best.
Pat
Welcome to the Make community!
To map file data into that field, you need to first use another module to download the file.
Where is your file located?
Usually we can use the HTTP “Get a file” module.
samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!
Hi samliew, thank you for your reply.
Yes indeed
The file is in my onedrive - and I ran the module so I could map something into the openAI module
but am unsure which one to choose or what the “file data” field is asking for.
You need one more module in-between.
OneDrive “Download a File” to get the file data.
To close this thread. I got this to work via HTTP and also via the OpenAI module.
The problem was the audio type. I had a m4a audio file object - and I tried converting it to mp3 which worked. Which was odd because in the OpenAI documentation it says that m4a audio is an accepted format. To convert I used Adobe Media Encoder.
for your reference:
https://platform.openai.com/docs/api-reference/audio/createTranscription
All the best.
Hey there @Pat_Shantz
Thank you very much for updating this thread and posting the solution!
Keep up the good work