koboldcpp/kcpp_adapters/llama3.json
2024-06-27 00:13:06 +08:00

8 lines
No EOL
291 B
JSON

{
"system_start":"<|start_header_id|>system<|end_header_id|>\n\n",
"system_end":"<|eot_id|>",
"user_start":"<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n",
"user_end":"<|eot_id|>",
"assistant_start":"<|start_header_id|>assistant<|end_header_id|>\n\n",
"assistant_end":"<|eot_id|>"
}