Timothy J. Baek преди 11 месеца
родител
ревизия
16615010f7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/lib/components/chat/Settings/Audio.svelte

+ 1 - 1
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
 				}
 			}