mirror of
https://github.com/open-webui/docs
synced 2025-05-20 19:26:22 +00:00
Fix TTS environment variable documentation
This commit is contained in:
parent
a7b2b0e5cb
commit
f449a95799
@ -572,22 +572,29 @@ Query: [query]
|
|||||||
|
|
||||||
### Text to Speech
|
### Text to Speech
|
||||||
|
|
||||||
#### `AUDIO_OPENAI_API_BASE_URL`
|
#### `AUDIO_TTS_ENGINE`
|
||||||
|
|
||||||
|
- Options:
|
||||||
|
- `` - empty for Web API
|
||||||
|
- `openai` - OpenAI-compatible transcription
|
||||||
|
- Description: Specifies the Text-to-Speech engine to use.
|
||||||
|
|
||||||
|
#### `AUDIO_TTS_OPENAI_API_BASE_URL`
|
||||||
|
|
||||||
- Default: `${OPENAI_API_BASE_URL}`
|
- Default: `${OPENAI_API_BASE_URL}`
|
||||||
- Description: Sets the OpenAI-compatible base URL to use for text-to-speech.
|
- Description: Sets the OpenAI-compatible base URL to use for text-to-speech.
|
||||||
|
|
||||||
#### `AUDIO_OPENAI_API_KEY`
|
#### `AUDIO_TTS_OPENAI_API_KEY`
|
||||||
|
|
||||||
- Default: `${OPENAI_API_KEY}`
|
- Default: `${OPENAI_API_KEY}`
|
||||||
- Description: Sets the API key to use for text-to-speech.
|
- Description: Sets the API key to use for text-to-speech.
|
||||||
|
|
||||||
#### `AUDIO_OPENAI_API_MODEL`
|
#### `AUDIO_TTS_MODEL`
|
||||||
|
|
||||||
- Default: `tts-1`
|
- Default: `tts-1`
|
||||||
- Description: Specifies the OpenAI text-to-speech model to use.
|
- Description: Specifies the OpenAI text-to-speech model to use.
|
||||||
|
|
||||||
#### `AUDIO_OPENAI_API_VOICE`
|
#### `AUDIO_TTS_VOICE`
|
||||||
|
|
||||||
- Default: `alloy`
|
- Default: `alloy`
|
||||||
- Description: Sets the OpenAI text-to-speech voice to use.
|
- Description: Sets the OpenAI text-to-speech voice to use.
|
||||||
|
Loading…
Reference in New Issue
Block a user