mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-09 10:31:45 +02:00
added gemma4 thinking template
This commit is contained in:
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"
|
||||
}
|
||||
Reference in New Issue
Block a user