Make "request model reasoning" default true

a83e7318b0ef5c9ac1a814e11095f79ea0f376fa

pcpthm <pcpthm@gmail.com>

1 files changed, +2 -2Showing whitespace changes
public/scripts/openai.js+2 -2
@@ -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};