change owner

This commit is contained in:
afred 2024-12-11 10:26:36 +08:00
parent b1c3b19915
commit b920ac6807
2 changed files with 2 additions and 2 deletions

View File

@ -278,7 +278,7 @@ export const KnowledgeCutOffDate: Record<string, string> = {
};
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_VOICE = "alloy";
export const DEFAULT_TTS_MODELS = ["tts-1", "tts-1-hd"];

View File

@ -84,7 +84,7 @@ export const DEFAULT_CONFIG = {
},
ttsConfig: {
enable: false,
enable: true,
autoplay: false,
engine: DEFAULT_TTS_ENGINE,
model: DEFAULT_TTS_MODEL,