mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
added support for cohere north mini
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
}
|
||||
}, {
|
||||
"search": ["<|START_OF_TURN_TOKEN|>"],
|
||||
"name": "Cohere (Aya Expanse 32B based)",
|
||||
"name": "Cohere",
|
||||
"adapter": {
|
||||
"system_start": "<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>",
|
||||
"system_end": "<|END_OF_TURN_TOKEN|>",
|
||||
@@ -312,6 +312,17 @@
|
||||
"assistant_end": "\n",
|
||||
"assistant_gen": "<|begin_assistant|>\nWe can respond now.\n[BEGIN FINAL RESPONSE]\n"
|
||||
}
|
||||
}, {
|
||||
"search": ["<|developer_end|>", "<|assistant_start|>","<|system_start|>"],
|
||||
"name": "Apertus",
|
||||
"adapter": {
|
||||
"system_start": "<|system_start|>",
|
||||
"system_end": "<|system_end|>",
|
||||
"user_start": "<|user_start|>",
|
||||
"user_end": "<|user_end|>",
|
||||
"assistant_start": "<|assistant_start|>",
|
||||
"assistant_end": "<|assistant_end|>"
|
||||
}
|
||||
}, {
|
||||
"search": ["[e~[","]~b]user"],
|
||||
"name": "MiniMax",
|
||||
|
||||
Reference in New Issue
Block a user