This commit is contained in:
2026-05-09 18:24:08 +08:00
parent a0ed128bde
commit bc704d0c22
38 changed files with 481 additions and 378 deletions

View File

@@ -79,7 +79,7 @@ AI原生游戏框架
## 4. 生成方式
主视觉底图使用仓库内 APIMart OpenAI 兼容 `gpt-image-2` 工作流生成:
主视觉底图使用仓库内 `gpt-image-2` 工作流生成2026-05-09 起同类工作流走 VectorEngine
```text
model: gpt-image-2

View File

@@ -247,11 +247,11 @@ python "C:\Users\wuxiangwanzi\.codex\skills\.system\imagegen\scripts\image_gen.p
--size 1024x1024
```
若继续使用仓库现有 APIMart 路由,则需要配置:
若继续使用仓库现有 VectorEngine GPT-image-2 路由,则需要配置:
```text
APIMART_BASE_URL=https://api.apimart.ai/v1
APIMART_API_KEY=...
VECTOR_ENGINE_BASE_URL=https://api.vectorengine.ai
VECTOR_ENGINE_API_KEY=...
```
## 13. 04/07 气泡方向单独优化补充