RWKV World chat adapters (#1612)

This commit is contained in:
henk717
2025-06-20 15:39:59 +02:00
committed by GitHub
parent 4e40f2aaf4
commit 9c27ccde50
2 changed files with 19 additions and 0 deletions
+11
View File
@@ -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"
}
}
]
+8
View File
@@ -0,0 +1,8 @@
{
"system_start": "",
"system_end": "\n\n",
"user_start": "User: ",
"user_end": "\n\n",
"assistant_start": "Assistant:",
"assistant_end": "\n\n"
}