mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
test
This commit is contained in:
parent
dcf3f916f2
commit
54774b1186
@ -277,7 +277,7 @@ export const KnowledgeCutOffDate: Record<string, string> = {
|
||||
"gemini-pro-vision": "2023-12",
|
||||
};
|
||||
|
||||
export const DEFAULT_TTS_ENGINE = "OpenAI-TTS";
|
||||
export const DEFAULT_TTS_ENGINE = "Edge-TTS";
|
||||
export const DEFAULT_TTS_ENGINES = ["Edge-TTS", "OpenAI-TTS"];
|
||||
export const DEFAULT_TTS_MODEL = "tts-1";
|
||||
export const DEFAULT_TTS_VOICE = "alloy";
|
||||
|
Loading…
Reference in New Issue
Block a user