Hi,
I wanted to make a transcription of an audio file using Whisper, OpenAI.
In the module, it requires me to provide a file. But I do not know how to upload a file. What I have is an audio file URL that is uploaded to cloud storage.
So, how do I upload the audio and get a transcription?
The file data expects the binary stream. Try the HTTP module to Get a file which can retrieve the file into Make by URL.
Alternatively it looks like you can just get the file using the Telegram - download a file option without using the map option. Seems the Telegram module retrieved the file into Make already?