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>
15 lines
708 B
JSON
15 lines
708 B
JSON
{
|
|
"story_string": "{{#if anchorBefore}}{{anchorBefore}}\n{{/if}}{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{#if anchorAfter}}{{anchorAfter}}\n{{/if}}{{trim}}",
|
|
"example_separator": "",
|
|
"chat_start": "",
|
|
"use_stop_strings": false,
|
|
"names_as_stop_strings": true,
|
|
"story_string_position": 0,
|
|
"story_string_depth": 1,
|
|
"story_string_role": 0,
|
|
"always_force_name2": true,
|
|
"trim_sentences": false,
|
|
"single_line": false,
|
|
"name": "DeepSeek-V2.5"
|
|
}
|