Merge pull request #4443 from Anrahya/fix-gemini-tts-voice-names

fix: correct Gemini TTS voice names
This commit is contained in:
Mark Backman
2026-05-07 19:41:30 -04:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

1
changelog/4443.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed two misspelled Gemini TTS voice names in `GeminiTTSService.AVAILABLE_VOICES`.

View File

@@ -1218,7 +1218,7 @@ class GeminiTTSService(GoogleBaseTTSService):
"Alnilam",
"Aoede",
"Autonoe",
"Callirhoe",
"Callirrhoe",
"Charon",
"Despina",
"Enceladus",
@@ -1236,7 +1236,7 @@ class GeminiTTSService(GoogleBaseTTSService):
"Sadachbia",
"Sadaltager",
"Schedar",
"Sulafar",
"Sulafat",
"Umbriel",
"Vindemiatrix",
"Zephyr",