mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 11:40:43 +00:00
8 lines
297 B
JSON
8 lines
297 B
JSON
{
|
|
"system_start": "<|start_of_role|>system<|end_of_role|>",
|
|
"system_end": "<|end_of_text|>\n",
|
|
"user_start": "<|start_of_role|>user<|end_of_role|>",
|
|
"user_end": "<|end_of_text|>\n",
|
|
"assistant_start": "<|start_of_role|>assistant<|end_of_role|>",
|
|
"assistant_end": "<|end_of_text|>\n"
|
|
}
|