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_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"];
|
||||
|
|
|
@ -84,7 +84,7 @@ export const DEFAULT_CONFIG = {
|
|||
},
|
||||
|
||||
ttsConfig: {
|
||||
enable: false,
|
||||
enable: true,
|
||||
autoplay: false,
|
||||
engine: DEFAULT_TTS_ENGINE,
|
||||
model: DEFAULT_TTS_MODEL,
|
||||
|
|
Loading…
Reference in New Issue