mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-10 00:50:43 +01:00
* Update Mistral.json * Rename Mistral.json to Mistral V1.json * Create Mistral V2 & V3.json * Create Mistral V3-Tekken.json * Update and rename Mistral.json to Mistral V1.json * Update Mistral V1.json * Update Mistral V2 & V3.json * Update Mistral V2 & V3.json * Update Mistral V3-Tekken.json * Update Mistral V1.json * Create Mistral V2 & V3.json * Create Mistral V3-Tekken.json * Update Mistral V1.json * Update Mistral V2 & V3.json * Update Mistral V3-Tekken.json * Update Mistral V1.json * Update Mistral V2 & V3.json * Update Mistral V3-Tekken.json * Update Mistral V1.json * Update Mistral V2 & V3.json * Update Mistral V1.json * Update Mistral V3-Tekken.json * Update Mistral V1.json * Update Mistral V2 & V3.json * Update Mistral V3-Tekken.json * Add to content index * Remove example separators * Simplify context fillers * Add a hack for proper V1 format with names * Readability --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
24 lines
782 B
JSON
24 lines
782 B
JSON
{
|
|
"system_prompt": "Write {{char}}'s next reply in this fictional roleplay with {{user}}.",
|
|
"input_sequence": "[INST] ",
|
|
"output_sequence": "[/INST] ",
|
|
"last_output_sequence": "[/INST]",
|
|
"system_sequence": "",
|
|
"stop_sequence": "",
|
|
"wrap": false,
|
|
"macro": true,
|
|
"names_behavior": "always",
|
|
"activation_regex": "",
|
|
"system_sequence_prefix": "",
|
|
"system_sequence_suffix": "",
|
|
"first_output_sequence": "",
|
|
"skip_examples": false,
|
|
"output_suffix": "</s>",
|
|
"input_suffix": "",
|
|
"system_suffix": "",
|
|
"user_alignment_message": "Let's get started. Please respond based on the information and instructions provided above.",
|
|
"system_same_as_user": true,
|
|
"last_system_sequence": "",
|
|
"name": "Mistral V2 & V3"
|
|
}
|