fix(image): force openai mode for gpt-image-2 scripts

This commit is contained in:
zhangheng
2026-05-18 13:55:56 +08:00
parent ed189dd54b
commit 45b6ce2063
4 changed files with 5 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ done
unset http_proxy https_proxy all_proxy HTTP_PROXY HTTPS_PROXY ALL_PROXY
export IMAGE_REQUEST_STYLE="${IMAGE_REQUEST_STYLE:-openai}"
export IMAGE_REQUEST_STYLE="openai"
export IMAGE_MODEL="${IMAGE_MODEL:-gpt-image-2}"
export IMAGE_SIZE="${IMAGE_SIZE:-1024x1024}"
export IMAGE_RESPONSE_DIR="${IMAGE_RESPONSE_DIR:-outputs/image-multi-runs}"