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