mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
add premade chat completions adapter
This commit is contained in:
parent
f3dfa96dbc
commit
73b99a7266
2 changed files with 17 additions and 2 deletions
8
kcpp_adapters/llama3.json
Normal file
8
kcpp_adapters/llama3.json
Normal file
|
@ -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|>"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue