b0820c4517
* TC/AF: Add Story String position * Update public/scripts/power-user.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add before/after anchors as story string params * Move autofix story string at settings load * Substitute in story string wrappers * Only add an auto-newline after story string if wrap is enabled * Do not init names_force_groups with default value * Update default settings * Auto-delete obsolete fields from instruct templates * Update default templates * Remove newline from GLM-4 prefix * Format as one line * Remove auto-fix leftovers from renderStoryString * Remove pointless reassignments in autoFixMissingField * Update KoboldAI template * Add info hint for Story String sequences * Update default templates * Reformat extractMessageFromData * Fix condition in autoFixStoryString * Update tooltip text for Story String Sequences --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
26 lines
814 B
JSON
26 lines
814 B
JSON
{
|
|
"input_sequence": "\n<|im_start|>text names= {{name}}\n",
|
|
"output_sequence": "\n<|im_start|>text names= {{name}}\n",
|
|
"last_output_sequence": "",
|
|
"system_sequence": "",
|
|
"stop_sequence": "\n<|im_start|>",
|
|
"wrap": false,
|
|
"macro": true,
|
|
"names_behavior": "none",
|
|
"activation_regex": "",
|
|
"first_output_sequence": "",
|
|
"skip_examples": false,
|
|
"output_suffix": "<|im_end|>",
|
|
"input_suffix": "<|im_end|>",
|
|
"system_suffix": "",
|
|
"user_alignment_message": "",
|
|
"system_same_as_user": true,
|
|
"last_system_sequence": "",
|
|
"first_input_sequence": "",
|
|
"last_input_sequence": "",
|
|
"sequences_as_stop_strings": true,
|
|
"story_string_prefix": "<|im_start|>system\n",
|
|
"story_string_suffix": "<|im_end|>",
|
|
"name": "DreamGen Role-Play V1 ChatML"
|
|
}
|