mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
12 lines
349 B
JSON
12 lines
349 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]",
|
|
"last_output_sequence": "",
|
|
"separator_sequence": "\n",
|
|
"wrap": false
|
|
}
|