From 5b31d0f3400437de4bfe82faa65b4e0e6e3b2f39 Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:30:38 +0200 Subject: [PATCH] docs: mention by default faster whisper is used and with quantization --- docs/getting-started/env-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 639eba9..61348f8 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -790,7 +790,7 @@ the search query. Example: `http://searxng.local/search?q=` - 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`