chore: 默认开启

This commit is contained in:
DDMeaqua 2024-10-11 18:57:16 +08:00
parent ec28338af1
commit 76faff03ff

View File

@ -83,7 +83,7 @@ export const DEFAULT_CONFIG = {
},
ttsConfig: {
enable: false,
enable: true,
autoplay: false,
engine: DEFAULT_TTS_ENGINE,
model: DEFAULT_TTS_MODEL,
@ -91,7 +91,7 @@ export const DEFAULT_CONFIG = {
speed: 1.0,
},
sttConfig: {
enable: false,
enable: true,
engine: DEFAULT_STT_ENGINE,
},
};