Default to "Auto" reasoning effort
| @@ -391,7 +391,7 @@ const default_settings = { | ||
| 391 | 391 | continue_postfix: continue_postfix_types.SPACE, |
| 392 | 392 | custom_prompt_post_processing: custom_prompt_post_processing_types.NONE, |
| 393 | 393 | show_thoughts: true, |
| 394 | 394 | reasoning_effort: reasoning_effort_types.mediumauto, |
| 395 | 395 | enable_web_search: false, |
| 396 | 396 | request_images: false, |
| 397 | 397 | seed: -1, |
| @@ -472,7 +472,7 @@ const oai_settings = { | ||
| 472 | 472 | continue_postfix: continue_postfix_types.SPACE, |
| 473 | 473 | custom_prompt_post_processing: custom_prompt_post_processing_types.NONE, |
| 474 | 474 | show_thoughts: true, |
| 475 | 475 | reasoning_effort: reasoning_effort_types.mediumauto, |
| 476 | 476 | enable_web_search: false, |
| 477 | 477 | request_images: false, |
| 478 | 478 | seed: -1, |