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 cd59007 commit ee44116Copy full SHA for ee44116
src/agent.py
@@ -68,7 +68,7 @@ async def entrypoint(ctx: JobContext):
68
llm="openai/gpt-4.1-mini",
69
# Text-to-speech (TTS) is your agent's voice, turning the LLM's text into speech that the user can hear
70
# 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",
+ tts="cartesia/sonic-3:9626c31c-bec5-4cca-baa8-f8ba9e84c8bc",
72
# VAD and turn detection are used to determine when the user is speaking and when the agent should respond
73
# See more at https://docs.livekit.io/agents/build/turns
74
turn_detection=MultilingualModel(),
0 commit comments