diff --git a/components/InteractiveAvatar.tsx b/components/InteractiveAvatar.tsx index fdb6665..ee878f1 100644 --- a/components/InteractiveAvatar.tsx +++ b/components/InteractiveAvatar.tsx @@ -91,7 +91,7 @@ export default function InteractiveAvatar() { const res = await avatar.current.createStartAvatar({ quality: AvatarQuality.Low, avatarName: avatarId, - knowledgeId: knowledgeId, + knowledgeId: knowledgeId, // Or use a custom `knowledgeBase`. voice: { rate: 1.5, // 0.5 ~ 1.5 emotion: VoiceEmotion.EXCITED, diff --git a/package.json b/package.json index 9b834d4..e99ea1d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@ai-sdk/openai": "^0.0.34", - "@heygen/streaming-avatar": "^2.0.2", + "@heygen/streaming-avatar": "^2.0.3", "@nextui-org/button": "2.0.34", "@nextui-org/chip": "^2.0.32", "@nextui-org/code": "2.0.29",