mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 05:53:42 +08:00
test
This commit is contained in:
@@ -277,8 +277,8 @@ export const KnowledgeCutOffDate: Record<string, string> = {
|
||||
"gemini-pro-vision": "2023-12",
|
||||
};
|
||||
|
||||
export const DEFAULT_TTS_ENGINE = "OpenAI-TTS";
|
||||
export const DEFAULT_TTS_ENGINES = ["Edge-TTS","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";
|
||||
export const DEFAULT_TTS_MODELS = ["tts-1", "tts-1-hd"];
|
||||
|
||||
Reference in New Issue
Block a user