This commit is contained in:
Andrew 2026-01-30 06:51:49 -05:00 committed by GitHub
commit 73576bb981
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -773,13 +773,17 @@ function isCustomOpenAIEndpoint(): boolean {
export const OPENAI_TTS_VOICES = [
"alloy",
"ash",
"ballad",
"cedar",
"coral",
"echo",
"fable",
"onyx",
"marin",
"nova",
"onyx",
"sage",
"shimmer",
"verse",
] as const;
type OpenAiTtsVoice = (typeof OPENAI_TTS_VOICES)[number];