Update Deepgram TTS default voice to Aura 2 voice

This commit is contained in:
Mark Backman
2025-05-06 11:29:32 -04:00
parent c68e990cda
commit 8691870bcb
4 changed files with 7 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ class DeepgramTTSService(TTSService):
self,
*,
api_key: str,
voice: str = "aura-helios-en",
voice: str = "aura-2-helena-en",
base_url: str = "",
sample_rate: Optional[int] = None,
encoding: str = "linear16",