+
+ diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a4f7fe4..0e567b9 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: branches: - - 'new_male' + - 'new_female' env: BUILD: staging @@ -30,15 +30,15 @@ jobs: uses: https://gitea.yantootech.com/neil/build-push-action@v6 with: push: false - tags: emotion-digital-video:${{ gitea.run_id }} + tags: emotion-female-digital-video:${{ gitea.run_id }} - name: Run docker run: | pwd - if [ "$(docker ps -q -f name=^emotion-digital-video$)" ]; then - docker stop emotion-digital-video + if [ "$(docker ps -q -f name=^emotion-female-digital-video$)" ]; then + docker stop emotion-female-digital-video fi - docker run -d --rm --name emotion-digital-video \ + docker run -d --rm --name emotion-female-digital-video \ -v /usr/share/fonts/opentype/noto:/usr/share/fonts \ - -p 6900:3000 \ - emotion-digital-video:${{ gitea.run_id }} + -p 6901:3000 \ + emotion-female-digital-video:${{ gitea.run_id }} - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file diff --git a/server.js b/server.js index 95bdf6f..892659c 100644 --- a/server.js +++ b/server.js @@ -122,24 +122,24 @@ let currentSceneIndex = 0; const scenes = [ { name: '起床', - defaultVideo: 'qc-bd-4.mp4', - interactionVideo: 'qc-sh-4.mp4', + defaultVideo: '8-5-qc-bd-female.mp4', + interactionVideo: '8-5-qc-sh-female.mp4', tag: 'wakeup', - apiKey: 'bot-20250724150616-xqpz8' // 起床场景的API key + apiKey: 'bot-20250730213756-l627w' // 起床场景的API key }, { - name: '开车', - defaultVideo: 'kc-bd-3.mp4', - interactionVideo: 'kc-sh-3.mp4', + name: '走路', + defaultVideo: '8-5-sb-bd-female.mp4', + interactionVideo: '8-5-sb-sh-female.mp4', tag: 'driving', - apiKey: 'bot-20250623140339-r8f8b' // 开车场景的API key + apiKey: 'bot-20250703161810-sgkrh' // 开车场景的API key }, { name: '喝茶', - defaultVideo: 'hc-bd-3.mp4', - interactionVideo: 'hc-sh-3(1).mp4', + defaultVideo: '8-5-hc-bd-female.mp4', + interactionVideo: '8-5-hc-sh-female.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..f111e1c 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配置 @@ -16,7 +16,7 @@ export const config = { audio: { model: 'speech-02-hd', voiceSetting: { - voice_id: 'yantu-qinggang-demo2-male-4', + voice_id: 'yantu-qinggang-3', speed: 1, vol: 1, pitch: 0, @@ -110,4 +110,4 @@ export function getAudioConfig() { audioSetting: config.audio.audioSetting, ...config.system, }; -} \ No newline at end of file +} diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..49606e3 --- /dev/null +++ b/src/index.html @@ -0,0 +1,510 @@ + + +
+ + +
+