Reasoning: Add template with <think> without newlines

Fixes #4932
This commit is contained in:
Cohee
2026-03-15 15:32:09 +02:00
parent 6d9d715948
commit b2c320dc0b
3 changed files with 11 additions and 1 deletions
+4
View File
@@ -638,5 +638,9 @@
{
"filename": "presets/reasoning/OpenAI Harmony.json",
"type": "reasoning"
},
{
"filename": "presets/reasoning/Think XML.json",
"type": "reasoning"
}
]
@@ -0,0 +1,6 @@
{
"name": "Think XML",
"prefix": "<think>",
"suffix": "</think>",
"separator": "\n"
}