Clean Lightning 1.1

This commit is contained in:
cloak1505
2025-04-25 14:57:42 -05:00
parent 2151ae7aaa
commit 82c86c9ce6
3 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{ {
"story_string": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nTake the role of {{char}} in a play that leaves a lasting impression on {{user}}. Write {{char}}'s next reply.\nNever skip or gloss over {{char}}s actions. Progress the scene at a naturally slow pace.\n\n{{system}}\n{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{char}}'s description:{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality:{{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{user}}'s persona: {{persona}}\n{{/if}}", "story_string": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{{system}}\n{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{char}}'s description:{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality:{{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{user}}'s persona: {{persona}}\n{{/if}}\n\n",
"example_separator": "Example of an interaction:", "example_separator": "Example of an interaction:\n",
"chat_start": "This is the history of the roleplay:", "chat_start": "This is the history of the roleplay:\n",
"use_stop_strings": false, "use_stop_strings": false,
"allow_jailbreak": false, "allow_jailbreak": false,
"always_force_name2": true, "always_force_name2": true,

View File

@ -1,7 +1,7 @@
{ {
"input_sequence": "### Instruction:", "input_sequence": "### Instruction:",
"output_sequence": "### Response: (length = unlimited)", "output_sequence": "### Response:",
"last_output_sequence": "", "last_output_sequence": "### Response: (length = unlimited)",
"system_sequence": "", "system_sequence": "",
"stop_sequence": "", "stop_sequence": "",
"wrap": true, "wrap": true,
@ -12,8 +12,8 @@
"system_sequence_suffix": "", "system_sequence_suffix": "",
"first_output_sequence": "", "first_output_sequence": "",
"skip_examples": false, "skip_examples": false,
"output_suffix": "", "output_suffix": "\n\n",
"input_suffix": "", "input_suffix": "\n\n",
"system_suffix": "", "system_suffix": "",
"user_alignment_message": "", "user_alignment_message": "",
"system_same_as_user": true, "system_same_as_user": true,

View File

@ -0,0 +1,4 @@
{
"name": "Lightning 1.1",
"content": "Take the role of {{char}} in a play that leaves a lasting impression on {{user}}. Write {{char}}'s next reply.\nNever skip or gloss over {{char}}s actions. Progress the scene at a naturally slow pace."
}