mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07:00
Added documentation for WHISPER_LANGUAGE environment variable
This commit is contained in:
@@ -19,6 +19,7 @@ The following is a summary of the environment variables for speech to text (STT)
|
||||
|----------|-------------|
|
||||
| `WHISPER_MODEL` | Sets the Whisper model to use for local Speech-to-Text |
|
||||
| `WHISPER_MODEL_DIR` | Specifies the directory to store Whisper model files |
|
||||
| `WHISPER_LANGUAGE` | Specifies the Speech-to-Text language to use (language is predicted unless set) |
|
||||
| `AUDIO_STT_ENGINE` | Specifies the Speech-to-Text engine to use (empty for local Whisper, or `openai`) |
|
||||
| `AUDIO_STT_MODEL` | Specifies the Speech-to-Text model for OpenAI-compatible endpoints |
|
||||
| `AUDIO_STT_OPENAI_API_BASE_URL` | Sets the OpenAI-compatible base URL for Speech-to-Text |
|
||||
|
||||
Reference in New Issue
Block a user