Add reasoning auto-parsing, always show reasoning prefix/suffix in Markdown, respect space trim preference

This commit is contained in:
Cohee
2025-01-29 21:38:08 +02:00
parent 15a3cfcb8a
commit d0abba23dc
4 changed files with 117 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>',