mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
chore: 默认开启
This commit is contained in:
parent
ec28338af1
commit
76faff03ff
@ -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,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user