add premade chat completions adapter

This commit is contained in:
Concedo 2024-06-27 00:13:06 +08:00
parent f3dfa96dbc
commit 73b99a7266
2 changed files with 17 additions and 2 deletions

View 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|>"
}