Chat Adapters (#956)

* Give the CI builds a recognizable AVX1 name

* Chat Adapters
This commit is contained in:
henk717
2024-06-30 04:28:43 +02:00
committed by GitHub
parent d120c55e12
commit 8421243c6d
7 changed files with 48 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"system_start":"<|system|>",
"system_end":"<|end|>",
"user_start":"<|user|>",
"user_end":"<|end|>",
"assistant_start":"<|assistant|>",
"assistant_end":"<|end|>"
}