Skip to content

Commit 7830c3e

Browse files
committed
Update voice
1 parent c58557a commit 7830c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def entrypoint(ctx: JobContext):
6464
# any combination of STT, LLM, TTS, or realtime API can be used
6565
llm=openai.LLM(model="gpt-4o-mini"),
6666
stt=deepgram.STT(model="nova-3", language="multi"),
67-
tts=cartesia.TTS(),
67+
tts=cartesia.TTS(voice="6f84f4b8-58a2-430c-8c79-688dad597532"),
6868
# use LiveKit's turn detection model
6969
turn_detection=MultilingualModel(),
7070
vad=ctx.proc.userdata["vad"],

0 commit comments

Comments
 (0)