mirror of
https://github.com/multipleof4/sune.git
synced 2026-01-13 16:17:55 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -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" };
|
||||
}
|
||||
Reference in New Issue
Block a user