修正 UI 设计素材提取的编辑模型

UI 设计图 spritesheet 提取走后端编辑端点,模型由 gpt-image-2.5-flare-c 改为 gpt-image-2.5-sunburst-c
This commit is contained in:
2026-09-19 13:36:28 +08:00
parent ae257a6ff8
commit 8924bf335e
@@ -8516,7 +8516,7 @@ pub(crate) async fn extract_editor_ui_design_assets_for_owner(
create_openai_image_edit_with_references_and_model(
&http_client,
&settings,
GPT_IMAGE_2_5_GENERATION_MODEL,
GPT_IMAGE_2_5_EDIT_MODEL,
prompt.as_str(),
None,
generation_options.provider_size.as_str(),