Compare commits
2 Commits
feat/lock
...
feat/suppo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0a0a7235d | ||
|
|
3b005357cd |
@@ -91,7 +91,7 @@ export default function InteractiveAvatar() {
|
|||||||
const res = await avatar.current.createStartAvatar({
|
const res = await avatar.current.createStartAvatar({
|
||||||
quality: AvatarQuality.Low,
|
quality: AvatarQuality.Low,
|
||||||
avatarName: avatarId,
|
avatarName: avatarId,
|
||||||
knowledgeId: knowledgeId,
|
knowledgeId: knowledgeId, // Or use a custom `knowledgeBase`.
|
||||||
voice: {
|
voice: {
|
||||||
rate: 1.5, // 0.5 ~ 1.5
|
rate: 1.5, // 0.5 ~ 1.5
|
||||||
emotion: VoiceEmotion.EXCITED,
|
emotion: VoiceEmotion.EXCITED,
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ai-sdk/openai": "^0.0.34",
|
"@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/button": "2.0.34",
|
||||||
"@nextui-org/chip": "^2.0.32",
|
"@nextui-org/chip": "^2.0.32",
|
||||||
"@nextui-org/code": "2.0.29",
|
"@nextui-org/code": "2.0.29",
|
||||||
|
|||||||
Reference in New Issue
Block a user