This commit is contained in:
2026-05-08 20:48:29 +08:00
parent abf1f1ebea
commit 94975e4735
82 changed files with 7786 additions and 1012 deletions

View File

@@ -237,6 +237,7 @@ async function generateOne(env, template, outDir) {
model: 'gpt-image-2',
prompt: buildPrompt(template),
n: 1,
official_fallback: true,
size: '1:1',
};
const payload = await fetchJson(
@@ -304,6 +305,7 @@ if (dryRun) {
model: 'gpt-image-2',
prompt: buildPrompt(template),
n: 1,
official_fallback: true,
size: '1:1',
},
})),