chore: 更新API密钥、添加gptImage配置及谢尔比音色

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
lc
2026-05-20 16:06:42 +08:00
parent 06a4af7c1e
commit 2e25df6e13
3 changed files with 1098 additions and 5 deletions

View File

@@ -1,18 +1,21 @@
{
"jianyingDraftPath": "/Users/lc/Movies/JianyingPro/User Data/Projects/com.lveditor.draft",
"capcutMateDir": "C:/Users/45070/capcut-mate",
"capcutMateDir": "/Users/lc/capcut-mate",
"capcutMateApiBase": "http://capcut.muyetools.cn/openapi/capcut-mate/v1",
"imgbbApiKey": "deprecated",
"gptImageApiBaseUrl": "https://yunwu.ai",
"gptImageModel": "gpt-image-2",
"gptImageApiKey": "sk-dCwuieejiPseElK3ami0PHJXKf0U2UlUkMXOCP34Xg1LBnC4",
"geminiApiBaseUrl": "https://yunwu.ai",
"geminiModel": "gemini-3.1-flash-image-preview",
"geminiApiKey": "sk-m5inhwXqrbcBL6NNKOe7kTdhX8M31azvAvDvtSPGS71rRzd8",
"geminiApiKey": "sk-dCwuieejiPseElK3ami0PHJXKf0U2UlUkMXOCP34Xg1LBnC4",
"mjApiBaseUrl": "https://yunwu.ai",
"mjApiKey": "sk-m5inhwXqrbcBL6NNKOe7kTdhX8M31azvAvDvtSPGS71rRzd8",
"mjApiKey": "sk-dCwuieejiPseElK3ami0PHJXKf0U2UlUkMXOCP34Xg1LBnC4",
"grokApiBaseUrl": "https://yunwu.ai",
"grokApiKey": "sk-m5inhwXqrbcBL6NNKOe7kTdhX8M31azvAvDvtSPGS71rRzd8",
"grokApiKey": "sk-dCwuieejiPseElK3ami0PHJXKf0U2UlUkMXOCP34Xg1LBnC4",
"grokModel": "grok-video-3",
"veoApiBaseUrl": "https://yunwu.ai",
"veoApiKey": "sk-m5inhwXqrbcBL6NNKOe7kTdhX8M31azvAvDvtSPGS71rRzd8",
"veoApiKey": "sk-dCwuieejiPseElK3ami0PHJXKf0U2UlUkMXOCP34Xg1LBnC4",
"veoModel": "veo3-fast-frames",
"veoEnhancePrompt": true,
"veoEnableUpsample": true,
@@ -52,6 +55,13 @@
"model": "cosyvoice-v3.5-plus",
"instruction": "音量由正常对话迅速增强至高喊,性格直率,情绪易激动且外露",
"style": "直率激动,由低到高"
},
{
"name": "谢尔比",
"id": "cosyvoice-v3.5-plus-bailian-2e272ca7a5784f0b8e79013c891fe23e",
"model": "cosyvoice-v3.5-plus",
"instruction": "用一种过来人的口吻说话,像是经历了太多懒得废话的大哥,语气里带点漫不经心和不耐烦。声音不用太用力,轻描淡写但每个字都砸在点上。偶尔轻哼一口气,显得很松弛。",
"style": "漫不经心,松弛有力"
}
]
}

1081
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,7 @@
{
"dependencies": {
"ali-oss": "^6.23.0",
"axios": "^1.16.1",
"music-metadata": "^11.12.3"
}
}