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",
|
"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_ENGINES = ["Edge-TTS", "OpenAI-TTS"];
|
||||||
export const DEFAULT_TTS_MODEL = "tts-1";
|
export const DEFAULT_TTS_MODEL = "tts-1";
|
||||||
export const DEFAULT_TTS_VOICE = "alloy";
|
export const DEFAULT_TTS_VOICE = "alloy";
|
||||||
|
|
Loading…
Reference in New Issue