mirror of
https://github.com/multipleof4/sune.git
synced 2026-03-17 03:01:03 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -126,7 +126,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) {
|
||||
b.modalities = ["text", "image"];
|
||||
b.modalities = ["image"];
|
||||
b.image_config = { aspect_ratio: SUNE2.aspect_ratio || "1:1", image_size: SUNE2.image_size || "1K" };
|
||||
}
|
||||
return b;
|
||||
Reference in New Issue
Block a user