mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
change owner
This commit is contained in:
parent
b1c3b19915
commit
b920ac6807
@ -278,7 +278,7 @@ export const KnowledgeCutOffDate: Record<string, string> = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const DEFAULT_TTS_ENGINE = "OpenAI-TTS";
|
export const DEFAULT_TTS_ENGINE = "OpenAI-TTS";
|
||||||
export const DEFAULT_TTS_ENGINES = ["OpenAI-TTS", "Edge-TTS"];
|
export const DEFAULT_TTS_ENGINES = ["Edge-TTS","OpenAI-TTS" ];
|
||||||
export const DEFAULT_TTS_MODEL = "tts-1";
|
export const DEFAULT_TTS_MODEL = "tts-1";
|
||||||
export const DEFAULT_TTS_VOICE = "alloy";
|
export const DEFAULT_TTS_VOICE = "alloy";
|
||||||
export const DEFAULT_TTS_MODELS = ["tts-1", "tts-1-hd"];
|
export const DEFAULT_TTS_MODELS = ["tts-1", "tts-1-hd"];
|
||||||
|
@ -84,7 +84,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,
|
||||||
|
Loading…
Reference in New Issue
Block a user