Default to "Auto" reasoning effort

bdf4241d1850854ff9b9875359c02bf508522ebb

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

1 files changed, +2 -2Ignore whitespace
public/scripts/openai.js+2 -2
@@ -391,7 +391,7 @@ const default_settings = {
391391 continue_postfix: continue_postfix_types.SPACE,
392392 custom_prompt_post_processing: custom_prompt_post_processing_types.NONE,
393393 show_thoughts: true,
394394 reasoning_effort: reasoning_effort_types.mediumauto,
395395 enable_web_search: false,
396396 request_images: false,
397397 seed: -1,
@@ -472,7 +472,7 @@ const oai_settings = {
472472 continue_postfix: continue_postfix_types.SPACE,
473473 custom_prompt_post_processing: custom_prompt_post_processing_types.NONE,
474474 show_thoughts: true,
475475 reasoning_effort: reasoning_effort_types.mediumauto,
476476 enable_web_search: false,
477477 request_images: false,
478478 seed: -1,