Make "request model reasoning" default true
| @@ -298,7 +298,7 @@ const default_settings = { | ||
| 298 | 298 | names_behavior: character_names_behavior.DEFAULT, |
| 299 | 299 | continue_postfix: continue_postfix_types.SPACE, |
| 300 | 300 | custom_prompt_post_processing: custom_prompt_post_processing_types.NONE, |
| 301 | 301 | show_thoughts: falsetrue, |
| 302 | 302 | seed: -1, |
| 303 | 303 | n: 1, |
| 304 | 304 | }; |
| @@ -377,7 +377,7 @@ const oai_settings = { | ||
| 377 | 377 | names_behavior: character_names_behavior.DEFAULT, |
| 378 | 378 | continue_postfix: continue_postfix_types.SPACE, |
| 379 | 379 | custom_prompt_post_processing: custom_prompt_post_processing_types.NONE, |
| 380 | 380 | show_thoughts: falsetrue, |
| 381 | 381 | seed: -1, |
| 382 | 382 | n: 1, |
| 383 | 383 | }; |