diff --git a/src/lib/components/chat/Settings/Audio.svelte b/src/lib/components/chat/Settings/Audio.svelte index 2c83856e9..c51b0f634 100644 --- a/src/lib/components/chat/Settings/Audio.svelte +++ b/src/lib/components/chat/Settings/Audio.svelte @@ -78,7 +78,7 @@ engine: STTEngine !== '' ? STTEngine : undefined }, tts: { - voice: $config.audio.tts.engine === 'openai' ? voice : voice !== '' ? voice : undefined, + voice: voice !== '' ? voice : undefined, nonLocalVoices: $config.audio.tts.engine === '' ? nonLocalVoices : undefined } }