Reasoning template

This commit is contained in:
Cohee
2025-03-16 15:01:31 +02:00
parent 46b9bb7854
commit 62342b35e2
11 changed files with 234 additions and 20 deletions

View File

@@ -786,5 +786,9 @@
{
"filename": "presets/context/DeepSeek-V2.5.json",
"type": "context"
},
{
"filename": "presets/reasoning/DeepSeek R1.json",
"type": "reasoning"
}
]

View File

@@ -0,0 +1,6 @@
{
"name": "DeepSeek R1",
"prefix": "<think>\n",
"suffix": "\n</think>",
"separator": "\n\n"
}