mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-08 05:49:10 +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_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>",
|
||||
"system_end":"<|END_OF_TURN_TOKEN|>",
|
||||
"user_start":"<|START_OF_TURN_TOKEN|><|USER_TOKEN|>",
|
||||
"user_end":"<|END_OF_TURN_TOKEN|>",
|
||||
"assistant_start":"<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>",
|
||||
"assistant_end":"<|END_OF_TURN_TOKEN|>"
|
||||
}
|
||||
Reference in New Issue
Block a user