mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 07:06:37 +08:00
test
This commit is contained in:
parent
dcf3f916f2
commit
54774b1186
@ -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"];
|
||||
|
Loading…
Reference in New Issue
Block a user