changed tts service name to 'Voice'

This commit is contained in:
Kwindla Hultman Kramer
2024-06-23 18:13:59 -04:00
parent af2982eeb3
commit 5ea5d42317
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ async def main(room_url: str, token):
)
tts = ClearableDeepgramTTSService(
name="STT",
name="Voice",
aiohttp_session=session,
api_key=os.getenv("DEEPGRAM_API_KEY"),
voice="aura-asteria-en",

View File

@@ -64,7 +64,7 @@ async def main(room_url: str, token):
)
tts = ClearableDeepgramTTSService(
name="STT",
name="Voice",
aiohttp_session=session,
api_key=os.getenv("DEEPGRAM_API_KEY"),
voice="aura-asteria-en",