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 14d6e96 commit 3a2b8c5Copy full SHA for 3a2b8c5
src/agent.py
@@ -84,7 +84,7 @@ async def entrypoint(ctx: JobContext):
84
# To use a realtime model instead of a voice pipeline, use the following session setup instead:
85
# session = AgentSession(
86
# # See all providers at https://docs.livekit.io/agents/integrations/realtime/
87
- # llm=openai.realtime.RealtimeModel()
+ # llm=openai.realtime.RealtimeModel(voice="marin")
88
# )
89
90
# sometimes background noise could interrupt the agent session, these are considered false positive interruptions
0 commit comments