mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
test
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user