Merge pull request #218 from thiswillbeyourgithub/docs_mention_quantization_whisper

docs: mention by default faster whisper is used and with quantization
This commit is contained in:
Timothy Jaeryang Baek 2024-09-23 23:03:33 +02:00 committed by GitHub
commit 79870dab12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -807,7 +807,7 @@ the search query. Example: `http://searxng.local/search?q=<query>`
- Type: `str`
- Default: `base`
- Description: Sets the Whisper model to use for Speech-to-Text.
- Description: Sets the Whisper model to use for Speech-to-Text. The backend used is faster_whisper with quantization to `int8`.
#### `WHISPER_MODEL_DIR`