mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 23:26:39 +08:00
remove openai tts
This commit is contained in:
parent
25cfe05318
commit
da0210a6a1
@ -292,7 +292,7 @@ export const KnowledgeCutOffDate: Record<string, string> = {
|
||||
};
|
||||
|
||||
export const DEFAULT_TTS_ENGINE = "Edge-TTS";
|
||||
export const DEFAULT_TTS_ENGINES = "Edge-TTS";
|
||||
export const DEFAULT_TTS_ENGINES = ["Edge-TTS", "Edge-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