mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-19 08:00:25 +00:00
added gemma4 thinking template
This commit is contained in:
parent
2d3fe0c113
commit
4ede3dfea4
1 changed files with 9 additions and 0 deletions
9
kcpp_adapters/Gemma-4-Thinking.json
Normal file
9
kcpp_adapters/Gemma-4-Thinking.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"system_start": "<|turn>system\n",
|
||||
"system_end": "<turn|>\n",
|
||||
"user_start": "<|turn>user\n",
|
||||
"user_end": "<turn|>\n",
|
||||
"assistant_start": "<|turn>model\n",
|
||||
"assistant_gen": "<|turn>model\n<|think|><|channel>thought",
|
||||
"assistant_end": "<turn|>\n"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue