chore: [#5604] 默认开启tts

This commit is contained in:
DDMeaqua 2024-10-09 18:45:11 +08:00
parent 19b42aac5d
commit baffc89b3c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ export const DEFAULT_CONFIG = {
},
ttsConfig: {
enable: false,
enable: true,
autoplay: false,
engine: DEFAULT_TTS_ENGINE,
model: DEFAULT_TTS_MODEL,