feat(config): 添加 GPT 图像 API 配置并优化音色名称

- 在 config.json 中添加 `gptImageApiKey` 和 `gptImageApiBaseUrl` 配置项
- 简化“沉稳有力男声”音色的风格描述
- 更新账号创建文档中的音色示例
This commit is contained in:
2026-05-16 18:04:39 +08:00
parent 504862343d
commit 33ead4d6e7
2 changed files with 5 additions and 3 deletions

View File

@@ -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"
}

View File

@@ -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 辅助查找 |