update to marin

This commit is contained in:
Ben Cherry
2025-08-29 10:13:25 -07:00
parent 14d6e964de
commit 3a2b8c52f2
+1 -1
View File
@@ -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: # To use a realtime model instead of a voice pipeline, use the following session setup instead:
# session = AgentSession( # session = AgentSession(
# # See all providers at https://docs.livekit.io/agents/integrations/realtime/ # # 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 # sometimes background noise could interrupt the agent session, these are considered false positive interruptions