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"],