mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 09:15:18 +02:00
RWKV World chat adapters (#1612)
This commit is contained in:
@@ -166,5 +166,16 @@
|
||||
"assistant_start": "<|Assistant|>",
|
||||
"assistant_end": "<|end▁of▁sentence|>"
|
||||
}
|
||||
}, {
|
||||
"search": ["rwkv-world"],
|
||||
"name": "RWKV World",
|
||||
"adapter": {
|
||||
"system_start": "",
|
||||
"system_end": "\n\n",
|
||||
"user_start": "USER: ",
|
||||
"user_end": "\n",
|
||||
"assistant_start": "ASSISTANT: ",
|
||||
"assistant_end": "</s>\n"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"system_start": "",
|
||||
"system_end": "\n\n",
|
||||
"user_start": "User: ",
|
||||
"user_end": "\n\n",
|
||||
"assistant_start": "Assistant:",
|
||||
"assistant_end": "\n\n"
|
||||
}
|
||||
Reference in New Issue
Block a user