HTTP node | Whisper API | ngrok tunnel | Docker container

Hi Community, I am trying to create a speech-to-text converter using the OpenAI Whisper model

I have used the configs below

  1. Telegram trigger to send the audio/voice file
  2. Telegram Get file node
  3. Code node to verify the file
  4. Another HTTP node for binary data

  1. Another code node to verify that the file is downloaded

  1. HTTP GET node for verification

  1. Verify the binary data

  1. The last HTTP node for Whisper API

Note :
I am running the container in Docker
The Whisper API is working in Gitbash / CMD / powershell - it is transcribing the Text as expected
The only problem is when I use the HTTP node - it is throwing error
I tried many solutions

Thanks for your time, I really appreciate it for taking a look

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.