mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
chore: [#5604] 默认开启tts
This commit is contained in:
@@ -81,7 +81,7 @@ export const DEFAULT_CONFIG = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
ttsConfig: {
|
ttsConfig: {
|
||||||
enable: false,
|
enable: true,
|
||||||
autoplay: false,
|
autoplay: false,
|
||||||
engine: DEFAULT_TTS_ENGINE,
|
engine: DEFAULT_TTS_ENGINE,
|
||||||
model: DEFAULT_TTS_MODEL,
|
model: DEFAULT_TTS_MODEL,
|
||||||
|
|||||||
Reference in New Issue
Block a user