mirror of
https://github.com/open-webui/docs
synced 2025-06-13 18:09:49 +00:00
Adjustment to WHISPER_LANGUAGE docs - Corrected ISO 639-2 to ISO 639-1 for most cases. Added exception for some languages
This commit is contained in:
parent
9b309e3c48
commit
cb4b24bf47
@ -1875,7 +1875,7 @@ Using a remote Playwright browser via `PLAYWRIGHT_WS_URL` can be beneficial for:
|
||||
|
||||
- Type: `str`
|
||||
- Default: `None`
|
||||
- Description: Specifies the ISO 639-2 language Whisper uses for STT. Whisper predicts the language by default.
|
||||
- Description: Specifies the ISO 639-1 language Whisper uses for STT (ISO 639-2 for Hawaiian and Cantonese). Whisper predicts the language by default.
|
||||
|
||||
### Speech-to-Text (OpenAI)
|
||||
|
||||
|
@ -19,7 +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 ISO 639-2 Speech-to-Text language to use for Whisper (language is predicted unless set) |
|
||||
| `WHISPER_LANGUAGE` | Specifies the ISO 639-1 (ISO 639-2 for Hawaiian and Cantonese) Speech-to-Text language to use for Whisper (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 |
|
||||
|
Loading…
Reference in New Issue
Block a user