mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 05:53:42 +08:00
chore: 默认开启
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user