ahmetoner / whisper-asr-webservice

OpenAI Whisper ASR Webservice API
https://ahmetoner.github.io/whisper-asr-webservice
MIT License
2.08k stars 376 forks source link

Feature Request: Callback URL when done transcribing #63

Open JacoBezuidenhout opened 1 year ago

JacoBezuidenhout commented 1 year ago

Good morning,

Thanks for all the effort that you have put into this repo. We use Cloudflare to tunnel requests to whisper that runs on a server in our office (Currently only CPU). Cloudflare has a max of 100sec timeout so some long files does take longer than that... Is it possible to perhaps add a callback url (and ideally headers/cookies) to the API post so that when the transcription has finished it can post the results back...?

dinccey commented 9 months ago

This doesn't seem to be merged yet, but it would be very useful for remote connections that can be unstable sometimes.