From 33ead4d6e7b0588a0483d16b16bb4aae196b14e9 Mon Sep 17 00:00:00 2001 From: sion123 <450702724@qq.com> Date: Sat, 16 May 2026 18:04:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=B7=BB=E5=8A=A0=20GPT=20?= =?UTF-8?q?=E5=9B=BE=E5=83=8F=20API=20=E9=85=8D=E7=BD=AE=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=9F=B3=E8=89=B2=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 config.json 中添加 `gptImageApiKey` 和 `gptImageApiBaseUrl` 配置项 - 简化“沉稳有力男声”音色的风格描述 - 更新账号创建文档中的音色示例 --- .claude/skills/config.json | 6 ++++-- .../skills/video-from-script/references/account-creation.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.claude/skills/config.json b/.claude/skills/config.json index fc71146..46af68a 100644 --- a/.claude/skills/config.json +++ b/.claude/skills/config.json @@ -44,7 +44,7 @@ "id": "cosyvoice-v3-plus-bailian-155c1d86a5564d4ca981147d79e309b1", "model": "cosyvoice-v3-plus", "instruction": "用沉稳有力的男性声音朗读,语速适中,语气坚定有力,像是一个有经历有力量的人在平静地讲述生活的方向", - "style": "沉稳有力男声(v3-plus模型)" + "style": "沉稳有力男声" }, { "name": "六沉", @@ -53,5 +53,7 @@ "instruction": "音量由正常对话迅速增强至高喊,性格直率,情绪易激动且外露", "style": "直率激动,由低到高" } - ] + ], + "gptImageApiKey": "sk-m5inhwXqrbcBL6NNKOe7kTdhX8M31azvAvDvtSPGS71rRzd8", + "gptImageApiBaseUrl": "https://yunwu.ai" } \ No newline at end of file diff --git a/.claude/skills/video-from-script/references/account-creation.md b/.claude/skills/video-from-script/references/account-creation.md index dc5d8e5..abb9740 100644 --- a/.claude/skills/video-from-script/references/account-creation.md +++ b/.claude/skills/video-from-script/references/account-creation.md @@ -116,7 +116,7 @@ digraph creation_flow { | # | 问题 | 默认值 | 说明 | |---|------|--------|------| -| 12 | TTS 音色? | config.json 全局 ttsVoice | account.json 的 ttsVoice。从 config.json 的 `ttsVoices` 音色库中选择(如"斯内普"、"布拉德"),也可直接填音色 ID | +| 12 | TTS 音色? | config.json 全局 ttsVoice | account.json 的 ttsVoice。从 config.json 的 `ttsVoices` 音色库中选择(如"斯内普"),也可直接填音色 ID | | 13 | TTS 语气指令? | 无 | account.json 的 ttsInstruction,描述期望的语气风格 | | 14 | 背景音乐偏好? | 无 | account.json 的 capcut.defaultBGM。提供 URL 或描述风格,Agent 辅助查找 |