Update voice

This commit is contained in:
Ben Cherry
2025-07-24 12:24:41 -07:00
parent c58557adaa
commit 7830c3e5b4
+1 -1
View File
@@ -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"],