mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-25 22:21:14 +02:00
seed OSS chat templates
This commit is contained in:
@@ -199,6 +199,17 @@
|
||||
"assistant_start": "<|start|>assistant<|channel|>final<|message|>",
|
||||
"assistant_end": "<|end|>"
|
||||
}
|
||||
}, {
|
||||
"search": ["<seed:bos>", "<seed:eos>"],
|
||||
"name": "Seed OSS",
|
||||
"adapter": {
|
||||
"system_start": "<seed:bos>system\n",
|
||||
"system_end": "<seed:eos>",
|
||||
"user_start": "<seed:bos>user\n",
|
||||
"user_end": "<seed:eos>",
|
||||
"assistant_start": "<seed:bos>assistant\n",
|
||||
"assistant_end": "<seed:eos>"
|
||||
}
|
||||
}, {
|
||||
"search": ["rwkv_", "'User: '"],
|
||||
"name": "RWKV World",
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"system_start": "<seed:bos>system\n",
|
||||
"system_end": "<seed:eos>",
|
||||
"user_start": "<seed:bos>user\n",
|
||||
"user_end": "<seed:eos>",
|
||||
"assistant_start": "<seed:bos>assistant\n",
|
||||
"assistant_end": "<seed:eos>"
|
||||
}
|
||||
Reference in New Issue
Block a user