From e880f58723e336e3182226214f32971c266dc989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Mon, 21 Sep 2026 15:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E7=8C=AB=E6=8F=92=E7=94=BB?= =?UTF-8?q?=E8=AF=95=E8=BF=90=E8=A1=8C=E7=BB=93=E6=9E=9C=E7=9A=84=E7=A9=BA?= =?UTF-8?q?=E5=9B=9E=E9=80=80=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 干运行输出只保留实际请求信息 --- .../scripts/generate-anthro-cat-illustrations.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/.codex/skills/gpt-image-2-apimart/scripts/generate-anthro-cat-illustrations.mjs b/.codex/skills/gpt-image-2-apimart/scripts/generate-anthro-cat-illustrations.mjs index 712366cf8..0ab4af282 100644 --- a/.codex/skills/gpt-image-2-apimart/scripts/generate-anthro-cat-illustrations.mjs +++ b/.codex/skills/gpt-image-2-apimart/scripts/generate-anthro-cat-illustrations.mjs @@ -361,7 +361,6 @@ if (dryRun) { requests: selectedPrompts.map((entry) => ({ id: entry.id, title: entry.title, - fallbackModel: null, body: { model: preferredImageModel, prompt: buildPrompt(entry),