SillyTavern/public/instruct/Llama2.json
Maxim Lebedev 59100a0076
Fixed tags order in Llama2 instruct preset
I didn't notice that the prompt wording implies impersonation, which is incorrect for common usage. Changed the order of tags used to generate the character's response to the user, rather than the vice versa.
2023-07-22 21:31:44 +06:00

11 lines
317 B
JSON

{
"name": "Llama 2",
"system_prompt": "Write {{char}}'s next reply in this fictional roleplay with {{user}}.\n<</SYS>>\n",
"system_sequence": "[INST] <<SYS>>\n",
"stop_sequence": "",
"input_sequence": "[INST]",
"output_sequence": "[/INST]",
"separator_sequence": "\n",
"wrap": false
}