docs: mention by default faster whisper is used and with quantization

This commit is contained in:
thiswillbeyourgithub 2024-09-18 21:30:38 +02:00
parent c74022a71e
commit 5b31d0f340

View File

@ -790,7 +790,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`