Save reasoning effort to preset

4f63b471d12f0a826514821290e354c832bae9fc

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Ignore whitespace
public/scripts/openai.js+1 -0
@@ -3518,6 +3518,7 @@ async function saveOpenAIPreset(name, settings, triggerUi = true) {
35183518 continue_postfix: settings.continue_postfix,
35193519 function_calling: settings.function_calling,
35203520 show_thoughts: settings.show_thoughts,
3521+ reasoning_effort: settings.reasoning_effort,
35213522 seed: settings.seed,
35223523 n: settings.n,
35233524 };