JigsawStack / insanely-fast-whisper-api

An API to transcribe audio with OpenAI's Whisper Large v3!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send file to transcribe trough POST file instead of url?

JAWAwebgames opened this issue · comments

(not a bug)
Hello,
anyway to be able to use the transcribe api by sending the file itself instead of its url? (causes problems with SSL validation in some specific context), i.e. use it the same way as with the openAI's whisper api ?
thanks

I had a try at solving this, see #10

this would be nice