Skip to content

Commit ed0f40f

Browse files
bcherryrektdeckard
authored andcommitted
url
1 parent 8ff494f commit ed0f40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ async def log_usage():
114114
ctx.add_shutdown_callback(log_usage)
115115

116116
# # Add a virtual avatar to the session, if desired
117-
# # For other providers, see https://docs.livekit.io/agents/integrations/avatar/
117+
# # For other providers, see https://docs.livekit.io/agents/models/avatar/
118118
# avatar = hedra.AvatarSession(
119-
# avatar_id="...", # See https://docs.livekit.io/agents/integrations/avatar/hedra
119+
# avatar_id="...", # See https://docs.livekit.io/agents/models/avatar/plugins/hedra
120120
# )
121121
# # Start the avatar and wait for it to join
122122
# await avatar.start(session, room=ctx.room)

0 commit comments

Comments
 (0)