Skip to content

Commit ee44116

Browse files
committed
use sonic-3
1 parent cd59007 commit ee44116

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
@@ -68,7 +68,7 @@ async def entrypoint(ctx: JobContext):
6868
llm="openai/gpt-4.1-mini",
6969
# Text-to-speech (TTS) is your agent's voice, turning the LLM's text into speech that the user can hear
7070
# See all available models as well as voice selections at https://docs.livekit.io/agents/models/tts/
71-
tts="cartesia/sonic-2:9626c31c-bec5-4cca-baa8-f8ba9e84c8bc",
71+
tts="cartesia/sonic-3:9626c31c-bec5-4cca-baa8-f8ba9e84c8bc",
7272
# VAD and turn detection are used to determine when the user is speaking and when the agent should respond
7373
# See more at https://docs.livekit.io/agents/build/turns
7474
turn_detection=MultilingualModel(),

0 commit comments

Comments
 (0)