add missing char
This commit is contained in:
parent
513406ab60
commit
39a163f76e
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue