mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Make "request model reasoning" default true
This commit is contained in:
@ -298,7 +298,7 @@ const default_settings = {
|
||||
names_behavior: character_names_behavior.DEFAULT,
|
||||
continue_postfix: continue_postfix_types.SPACE,
|
||||
custom_prompt_post_processing: custom_prompt_post_processing_types.NONE,
|
||||
show_thoughts: false,
|
||||
show_thoughts: true,
|
||||
seed: -1,
|
||||
n: 1,
|
||||
};
|
||||
@ -377,7 +377,7 @@ const oai_settings = {
|
||||
names_behavior: character_names_behavior.DEFAULT,
|
||||
continue_postfix: continue_postfix_types.SPACE,
|
||||
custom_prompt_post_processing: custom_prompt_post_processing_types.NONE,
|
||||
show_thoughts: false,
|
||||
show_thoughts: true,
|
||||
seed: -1,
|
||||
n: 1,
|
||||
};
|
||||
|
Reference in New Issue
Block a user