From 7830c3e5b4f8200ab239f883dbd0ac14bd4e07a0 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Thu, 24 Jul 2025 12:24:41 -0700 Subject: [PATCH] Update voice --- src/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent.py b/src/agent.py index e49c386..6bb8ad1 100644 --- a/src/agent.py +++ b/src/agent.py @@ -64,7 +64,7 @@ async def entrypoint(ctx: JobContext): # any combination of STT, LLM, TTS, or realtime API can be used llm=openai.LLM(model="gpt-4o-mini"), stt=deepgram.STT(model="nova-3", language="multi"), - tts=cartesia.TTS(), + tts=cartesia.TTS(voice="6f84f4b8-58a2-430c-8c79-688dad597532"), # use LiveKit's turn detection model turn_detection=MultilingualModel(), vad=ctx.proc.userdata["vad"],