Skip to content

Commit 3a2b8c5

Browse files
committed
update to marin
1 parent 14d6e96 commit 3a2b8c5

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
@@ -84,7 +84,7 @@ async def entrypoint(ctx: JobContext):
8484
# To use a realtime model instead of a voice pipeline, use the following session setup instead:
8585
# session = AgentSession(
8686
# # See all providers at https://docs.livekit.io/agents/integrations/realtime/
87-
# llm=openai.realtime.RealtimeModel()
87+
# llm=openai.realtime.RealtimeModel(voice="marin")
8888
# )
8989

9090
# sometimes background noise could interrupt the agent session, these are considered false positive interruptions

0 commit comments

Comments
 (0)