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