This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2025-12-27 16:46:33 +00:00
parent e21ae1dc34
commit 04bb8cfb81
3 changed files with 3 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ const buildBody = () => {
}
b.reasoning = { ...SUNE2.reasoning_effort && SUNE2.reasoning_effort !== "default" ? { effort: SUNE2.reasoning_effort } : {}, exclude: !SUNE2.include_thoughts };
if (SUNE2.verbosity) b.verbosity = SUNE2.verbosity;
if (SUNE2.img_output) {
if (SUNE2.img_output && !USER2.donor) {
b.modalities = ["text", "image"];
b.image_config = { aspect_ratio: "1:1" };
}