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 8ff494f commit ed0f40fCopy full SHA for ed0f40f
src/agent.py
@@ -114,9 +114,9 @@ async def log_usage():
114
ctx.add_shutdown_callback(log_usage)
115
116
# # Add a virtual avatar to the session, if desired
117
- # # For other providers, see https://docs.livekit.io/agents/integrations/avatar/
+ # # For other providers, see https://docs.livekit.io/agents/models/avatar/
118
# avatar = hedra.AvatarSession(
119
- # avatar_id="...", # See https://docs.livekit.io/agents/integrations/avatar/hedra
+ # avatar_id="...", # See https://docs.livekit.io/agents/models/avatar/plugins/hedra
120
# )
121
# # Start the avatar and wait for it to join
122
# await avatar.start(session, room=ctx.room)
0 commit comments