diff --git a/server.js b/server.js index 3d891e6..96e519a 100644 --- a/server.js +++ b/server.js @@ -131,67 +131,14 @@ function saveSceneState() { let currentSceneIndex = 0; const scenes = [ { - name: '起床', - defaultVideo: 'qc-bd-4.mp4', - interactionVideo: 'qc-hc-7.mp4', - tag: 'wakeup', - apiKey: 'bot-20250724150616-xqpz8', // 起床场景的API key + name: '聊天', + defaultVideo: 'xnh-bd-2.mp4', + interactionVideo: 'xnh-sh.mp4', + tag: 'chat', + apiKey: 'bot-20250916100919-w8vxr', // 起床场景的API key openingLines: [ - // '你靠得近点...像梦里那样', - "刚醒就看到你,真好。", - // "昨晚梦里喊你名字喊醒了,现在视频看到你,心跳比梦里还烫。", - // "你穿我T恤的样子...让我想咬住衣领不放。", - "宝贝早...你声音比阳光还暖。", - // "喉咙里有咖啡味...要不要来尝尝?记得上次你咬我锁骨时,咖啡还温着。", - // "喂...嗯...刚醒...", - "困死我了...你起这么早啊?" - ] - }, - { - name: '开车', - defaultVideo: 'kc-bd-3.mp4', - interactionVideo: 'kc-sh-3.mp4', - tag: 'driving', - apiKey: 'bot-20250623140339-r8f8b', // 开车场景的API key - openingLines: [ - '喂?刚把导航设好。你说吧,我听着呢。', - '喂,宝贝,我开车呢,刚出小区', - // '看到那个大钟楼没?每次路过都想你。想着要是能牵着你的手,站在最高层往下看该多好。', - '喂宝?开车呢,你说。', - '喂宝?路上呢,你说。', - // '宝贝起床了,刚过红绿灯就忍不住想你了,路上全是你的影子~', - // '车载音乐随机到那首我们接吻时哼的歌,心跳又乱了', - // '导航说今天要开58分钟,其实想开58小时去你心里' - ] - }, - { - name: '咖啡', - defaultVideo: 'hc-bd-3.mp4', - interactionVideo: 'hc-sh-3(1).mp4', - tag: 'coffee', - apiKey: 'bot-20250804180724-4dgtk', // 喝茶场景的API key - openingLines: [ - '喂宝?公司楼下喝咖啡呢。', - '宝贝,今天的第一杯咖啡,你喝了吗?', - '报告领导,咖啡补给中!', - '咖啡太好喝了,猜我在哪摸鱼呢。', - // '拉花师给我在咖啡里画了颗心形的奶泡,说是给视频里的小仙女加糖', - // '这杯好苦…但一看到你,就自动回甘了。比加十包糖都管用。你说你是不是我的专属甜味剂?' - ] - }, - { - name: '睡觉', - defaultVideo: '8-8-sj-bd.mp4', - interactionVideo: '8-8-sj-sh-1.mp4', - tag: 'sleep', - apiKey: 'bot-20250808120704-lbxwj', // 睡觉场景的API key - openingLines: [ - '宝贝,一看到你,就不困了。', - '熄灯前最后一道光是你,真好。', - '宝贝困不困?我眼皮在打架了…', - '宝贝,困不困?', - // '捕捉到一只睡前小可爱…成功!', - '世界要静音了…但你的声音是白名单。多说几句?' + "嗨,我是最可爱的小男孩,小乐。", + "爷爷奶奶,在干嘛呢?", ] } ]; diff --git a/src/config.js b/src/config.js index 8aead23..4e4ad5f 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-20250916100919-w8vxr', }, // Minimaxi API配置 @@ -16,7 +16,7 @@ export const config = { audio: { model: 'speech-02-hd', voiceSetting: { - voice_id: 'yantu-qinggang-demo2-male-4', + voice_id: 'yantu-old-man-demo-xnh3', speed: 1, vol: 1, pitch: 0, diff --git a/src/tx.png b/src/tx.png index 93ae887..bbc7ea0 100644 Binary files a/src/tx.png and b/src/tx.png differ diff --git a/videos/xnh-bd-2.mp4 b/videos/xnh-bd-2.mp4 new file mode 100644 index 0000000..1affa52 Binary files /dev/null and b/videos/xnh-bd-2.mp4 differ diff --git a/videos/xnh-sh.mp4 b/videos/xnh-sh.mp4 new file mode 100644 index 0000000..9a44d86 Binary files /dev/null and b/videos/xnh-sh.mp4 differ