diff --git a/server.js b/server.js index 3b9b3ad..6ec7b62 100644 --- a/server.js +++ b/server.js @@ -94,21 +94,21 @@ const scenes = [ defaultVideo: '8-4-bd-2.mp4', interactionVideo: '8-4-sh.mp4', tag: 'wakeup', - apiKey: 'bot-20250724150616-xqpz8' // 起床场景的API key + apiKey: 'bot-20250730213756-l627w' // 起床场景的API key }, { name: '开车', defaultVideo: '8-5-kc-bd.mp4', interactionVideo: '8-5-kc-sh.mp4', tag: 'driving', - apiKey: 'bot-20250623140339-r8f8b' // 开车场景的API key + apiKey: 'bot-20250703161810-sgkrh' // 开车场景的API key }, { name: '喝茶', defaultVideo: '8-4-hc-bd.mp4', interactionVideo: '8-4-hc-sh.mp4', tag: 'tea', - apiKey: 'bot-20250804180724-4dgtk' // 喝茶场景的API key + apiKey: 'bot-20250805140055-ccdr6' // 喝茶场景的API key } ]; diff --git a/src/config.js b/src/config.js index 8aead23..8cb6cc8 100644 --- a/src/config.js +++ b/src/config.js @@ -3,7 +3,7 @@ export const config = { // LLM API配置 llm: { apiKey: 'd012651b-a65b-4b13-8ff3-cc4ff3a29783', // 请替换为实际的API密钥 - model: 'bot-20250724150616-xqpz8', + model: 'bot-20250730213756-l627w', }, // Minimaxi API配置 diff --git a/videos/0-1.mp4 b/videos/0-1.mp4 deleted file mode 100644 index db78dc1..0000000 Binary files a/videos/0-1.mp4 and /dev/null differ diff --git a/videos/2.mp4 b/videos/2.mp4 deleted file mode 100644 index 152d359..0000000 Binary files a/videos/2.mp4 and /dev/null differ diff --git a/videos/8-4-kc-bd.mp4 b/videos/8-4-kc-bd.mp4 deleted file mode 100644 index 5e66bbb..0000000 Binary files a/videos/8-4-kc-bd.mp4 and /dev/null differ diff --git a/videos/8-4-kc-sh.mp4 b/videos/8-4-kc-sh.mp4 deleted file mode 100644 index 44e1cff..0000000 Binary files a/videos/8-4-kc-sh.mp4 and /dev/null differ diff --git a/videos/8-4-sh-3.mp4 b/videos/8-4-sh-3.mp4 deleted file mode 100644 index f10c741..0000000 Binary files a/videos/8-4-sh-3.mp4 and /dev/null differ