mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
Chat Adapters (#956)
* Give the CI builds a recognizable AVX1 name * Chat Adapters
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"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|>"
|
||||
}
|
||||
Reference in New Issue
Block a user