Compare commits
4 Commits
realtime-a
...
feat/chang
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71ad9f91f4 | ||
|
|
e259bdfe23 | ||
|
|
d012ef3e3c | ||
|
|
e2763a2cb4 |
@@ -1,23 +1,23 @@
|
||||
export const AVATARS = [
|
||||
{
|
||||
avatar_id: "Eric_public_pro2_20230608",
|
||||
name: "Edward in Blue Shirt",
|
||||
avatar_id: "Ann_Therapist_public",
|
||||
name: "Ann Therapist",
|
||||
},
|
||||
{
|
||||
avatar_id: "Tyler-incasualsuit-20220721",
|
||||
name: "Tyler in Casual Suit",
|
||||
avatar_id: "Shawn_Therapist_public",
|
||||
name: "Shawn Therapist",
|
||||
},
|
||||
{
|
||||
avatar_id: "Anna_public_3_20240108",
|
||||
name: "Anna in Brown T-shirt",
|
||||
avatar_id: "Bryan_FitnessCoach_public",
|
||||
name: "Bryan Fitness Coach",
|
||||
},
|
||||
{
|
||||
avatar_id: "Susan_public_2_20240328",
|
||||
name: "Susan in Black Shirt",
|
||||
avatar_id: "Dexter_Doctor_Standing2_public",
|
||||
name: "Dexter Doctor Standing",
|
||||
},
|
||||
{
|
||||
avatar_id: "josh_lite3_20230714",
|
||||
name: "Joshua Heygen CEO",
|
||||
avatar_id: "Elenora_IT_Sitting_public",
|
||||
name: "Elenora Tech Expert",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -95,6 +95,12 @@ export default function InteractiveAvatar() {
|
||||
voice: {
|
||||
rate: 1.5, // 0.5 ~ 1.5
|
||||
emotion: VoiceEmotion.EXCITED,
|
||||
// elevenlabsSettings: {
|
||||
// stability: 1,
|
||||
// similarity_boost: 1,
|
||||
// style: 1,
|
||||
// use_speaker_boost: false,
|
||||
// },
|
||||
},
|
||||
language: language,
|
||||
disableIdleTimeout: true,
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^0.0.34",
|
||||
"@heygen/streaming-avatar": "^2.0.8",
|
||||
"@heygen/streaming-avatar": "^2.0.9",
|
||||
"@nextui-org/button": "2.0.34",
|
||||
"@nextui-org/chip": "^2.0.32",
|
||||
"@nextui-org/code": "2.0.29",
|
||||
@@ -32,7 +32,6 @@
|
||||
"ahooks": "^3.8.1",
|
||||
"ai": "^3.2.15",
|
||||
"clsx": "2.1.1",
|
||||
"framer-motion": "~11.1.1",
|
||||
"intl-messageformat": "^10.5.0",
|
||||
"next": "14.2.4",
|
||||
"next-themes": "^0.2.1",
|
||||
|
||||
8575
pnpm-lock.yaml
generated
Normal file
8575
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user