Add Gemma 4 instruct, context, and reasoning presets (#5403)

* Add Gemma 4 context preset

* Add new instruction preset for Gemma 4

* Add Gemma 4 reasoning preset

* Add to index.json

* Disable wrapping, fix story string

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This commit is contained in:
Lumi
2026-04-05 18:25:11 +02:00
committed by GitHub
parent 0f4a0147fd
commit 9e0ecefd64
4 changed files with 57 additions and 0 deletions
+12
View File
@@ -642,5 +642,17 @@
{
"filename": "presets/reasoning/Think XML.json",
"type": "reasoning"
},
{
"filename": "presets/reasoning/Gemma 4.json",
"type": "reasoning"
},
{
"filename": "presets/instruct/Gemma 4.json",
"type": "instruct"
},
{
"filename": "presets/context/Gemma 4.json",
"type": "context"
}
]