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