add missing char

This commit is contained in:
Yazan Agha-Schrader 2024-05-29 13:32:33 +02:00
parent 513406ab60
commit 39a163f76e

View file

@ -43,7 +43,7 @@ userMsgSuffix: ""
// ----------------------------
"llama3": {
template: `<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n{{prompt}}{{history}}`,
template: `<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n{{prompt}}{{history}}{{char}}`,
historyTemplate: `<|start_header_id|>{{name}}<|end_header_id|>\n\n{{message}}<|eot_id|>`,
char: "assistant",