fix: switch to prefork pool to avoid worker disconnects

closes #75
This commit is contained in:
Felix Spöttel
2024-04-16 17:59:08 +02:00
parent a40dbfb9a0
commit 7487914335
5 changed files with 5 additions and 8 deletions

View File

@@ -2,9 +2,6 @@
> HTTP wrapper around [openai/whisper](https://github.com/openai/whisper).
> ⚠️ WARNING: The latest version has an unsolved bug and will not work until [issue #75](https://github.com/bellingcat/whisperbox-transcribe/issues/75) can be solved, help is welcome!
## Overview
This project wraps OpenAI's `whisper` speech-to-text models with a HTTP API.