Merge pull request #3386 from SillyTavern/reasoning-parse

Reasoning blocks auto-parsing
This commit is contained in:
Cohee
2025-01-31 11:41:10 +02:00
committed by GitHub
5 changed files with 172 additions and 3 deletions

View File

@ -254,6 +254,7 @@ let power_user = {
},
reasoning: {
auto_parse: false,
add_to_prompts: false,
prefix: '<think>\n',
suffix: '\n</think>',