feat(skills): 集成 GPT Image 图片生成和编辑能力
- 新增 gpt-image-generator.js 脚本,支持文生图、图生图/重绘、批量生成 - 更新 pipeline 和 phase-images 支持 GPT Image 模型 - 更新技能文档,添加 GPT Image 使用说明和 API 特点 - 新增配置文件中的 GPT Image API 参数
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
"grokModel": "grok-video-3",
|
||||
"veoApiBaseUrl": "https://yunwu.ai",
|
||||
"veoApiKey": "sk-m5inhwXqrbcBL6NNKOe7kTdhX8M31azvAvDvtSPGS71rRzd8",
|
||||
"gptImageApiBaseUrl": "https://yunwu.ai",
|
||||
"gptImageApiKey": "sk-m5inhwXqrbcBL6NNKOe7kTdhX8M31azvAvDvtSPGS71rRzd8",
|
||||
"gptImageModel": "gpt-image-2",
|
||||
"veoModel": "veo3-fast-frames",
|
||||
"veoEnhancePrompt": true,
|
||||
"veoEnableUpsample": true,
|
||||
|
||||
Reference in New Issue
Block a user