We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58557a commit 7830c3eCopy full SHA for 7830c3e
src/agent.py
@@ -64,7 +64,7 @@ async def entrypoint(ctx: JobContext):
64
# any combination of STT, LLM, TTS, or realtime API can be used
65
llm=openai.LLM(model="gpt-4o-mini"),
66
stt=deepgram.STT(model="nova-3", language="multi"),
67
- tts=cartesia.TTS(),
+ tts=cartesia.TTS(voice="6f84f4b8-58a2-430c-8c79-688dad597532"),
68
# use LiveKit's turn detection model
69
turn_detection=MultilingualModel(),
70
vad=ctx.proc.userdata["vad"],
0 commit comments