mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-17 12:39:09 +00:00
8 lines
256 B
JSON
8 lines
256 B
JSON
{
|
|
"system_start": "<|start|>system<|message|>",
|
|
"system_end": "<|end|>\n",
|
|
"user_start": "<|start|>user<|message|>",
|
|
"user_end": "<|end|>\n",
|
|
"assistant_start": "<|start|>assistant<|channel|>final<|message|>",
|
|
"assistant_end": "<|return|>\n"
|
|
}
|