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