From 3a2b8c52f23a8b550f3b87d2a9812f18da27af25 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Fri, 29 Aug 2025 10:13:25 -0700 Subject: [PATCH] update to marin --- src/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent.py b/src/agent.py index 069e15e..3878157 100644 --- a/src/agent.py +++ b/src/agent.py @@ -84,7 +84,7 @@ async def entrypoint(ctx: JobContext): # To use a realtime model instead of a voice pipeline, use the following session setup instead: # session = AgentSession( # # See all providers at https://docs.livekit.io/agents/integrations/realtime/ - # llm=openai.realtime.RealtimeModel() + # llm=openai.realtime.RealtimeModel(voice="marin") # ) # sometimes background noise could interrupt the agent session, these are considered false positive interruptions