diff --git a/docker/.env.example b/docker/.env.example index 9c65405c235..d0b6dbeb115 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -255,6 +255,7 @@ GID='1000' # TTS_PROVIDER="generic-openai" # TTS_OPEN_AI_COMPATIBLE_KEY=sk-example +# TTS_OPEN_AI_COMPATIBLE_MODEL=tts-1 # TTS_OPEN_AI_COMPATIBLE_VOICE_MODEL=nova # TTS_OPEN_AI_COMPATIBLE_ENDPOINT="https://api.openai.com/v1" diff --git a/frontend/src/components/TextToSpeech/OpenAiGenericOptions/index.jsx b/frontend/src/components/TextToSpeech/OpenAiGenericOptions/index.jsx index 9517c14a996..e579cc29248 100644 --- a/frontend/src/components/TextToSpeech/OpenAiGenericOptions/index.jsx +++ b/frontend/src/components/TextToSpeech/OpenAiGenericOptions/index.jsx @@ -5,7 +5,7 @@ export default function OpenAiGenericTextToSpeechOptions({ settings }) {
-
+
-
-
+
+
+
+ + +

+ Most TTS services will have several models available. This is the{" "} + model parameter you will use to select the model you + want to use. Note: This is not the same as the voice model. +

+