This commit is contained in:
marko1616 2024-04-13 07:52:11 +08:00
parent d0705518ee
commit 42806323f0
1 changed files with 1 additions and 0 deletions

View File

@ -786,6 +786,7 @@ _register_template(
format_separator=EmptyFormatter(slots=["\n"]),
)
_register_template(
name="c4ai",
format_user=StringFormatter(slots=["<|START_OF_TURN_TOKEN|><|USER_TOKEN|>{{content}}", "<|END_OF_TURN_TOKEN|>", "<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>"]),