Fix TTS environment variable documentation

This commit is contained in:
Mike Stewart 2024-07-30 20:26:52 -03:00 committed by GitHub
parent a7b2b0e5cb
commit f449a95799
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -572,22 +572,29 @@ Query: [query]
### 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}`
- 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}`
- Description: Sets the API key to use for text-to-speech.
#### `AUDIO_OPENAI_API_MODEL`
#### `AUDIO_TTS_MODEL`
- Default: `tts-1`
- Description: Specifies the OpenAI text-to-speech model to use.
#### `AUDIO_OPENAI_API_VOICE`
#### `AUDIO_TTS_VOICE`
- Default: `alloy`
- Description: Sets the OpenAI text-to-speech voice to use.