mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
chore: 默认开启
This commit is contained in:
parent
ec28338af1
commit
76faff03ff
@ -83,7 +83,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,
|
||||||
@ -91,7 +91,7 @@ export const DEFAULT_CONFIG = {
|
|||||||
speed: 1.0,
|
speed: 1.0,
|
||||||
},
|
},
|
||||||
sttConfig: {
|
sttConfig: {
|
||||||
enable: false,
|
enable: true,
|
||||||
engine: DEFAULT_STT_ENGINE,
|
engine: DEFAULT_STT_ENGINE,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user