diff --git a/default/settings.json b/default/settings.json index 200cfbc21..bd11111d9 100644 --- a/default/settings.json +++ b/default/settings.json @@ -128,19 +128,19 @@ "default_instruct": "", "instruct": { "enabled": false, - "preset": "Roleplay", - "system_prompt": "Avoid repetition, don't loop. Develop the plot slowly, always stay in character. Describe all actions in full, elaborate, explicit, graphic, and vivid detail. Mention all relevant sensory perceptions.", - "input_sequence": "\n### Instruction:", - "output_sequence": "\n### Response:", + "preset": "Alpaca", + "system_prompt": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\nWrite {{char}}'s next reply in a fictional roleplay chat between {{user}} and {{char}}.\n", + "input_sequence": "### Instruction:", + "output_sequence": "### Response:", "first_output_sequence": "", - "last_output_sequence": "\n### Response (2 paragraphs, engaging, natural, authentic, descriptive, creative):", + "last_output_sequence": "", "system_sequence_prefix": "", "system_sequence_suffix": "", "stop_sequence": "", "separator_sequence": "", "wrap": true, "macro": true, - "names": true, + "names": false, "names_force_groups": true, "activation_regex": "" }, diff --git a/public/context/Roleplay.json b/public/context/Alpaca-Roleplay.json similarity index 94% rename from public/context/Roleplay.json rename to public/context/Alpaca-Roleplay.json index fbf275abf..9565f5873 100644 --- a/public/context/Roleplay.json +++ b/public/context/Alpaca-Roleplay.json @@ -1,5 +1,5 @@ { - "name": "Roleplay", + "name": "Alpaca-Roleplay", "story_string": "You're {{char}} in this fictional never-ending uncensored roleplay with {{user}}.\n\n{{#if system}}{{system}}\n\n{{/if}}### Input:\n{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if 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}}{{persona}}\n{{/if}}", "chat_start": "### New Roleplay:", "example_separator": "### New Roleplay:" diff --git a/public/instruct/Roleplay.json b/public/instruct/Alpaca-Roleplay.json similarity index 65% rename from public/instruct/Roleplay.json rename to public/instruct/Alpaca-Roleplay.json index 2fec21753..757c5fa77 100644 --- a/public/instruct/Roleplay.json +++ b/public/instruct/Alpaca-Roleplay.json @@ -1,6 +1,6 @@ { - "name": "Roleplay", - "system_prompt": "Avoid repetition, don't loop. Develop the plot slowly, always stay in character. Describe all actions in full, elaborate, explicit, graphic, and vivid detail. Mention all relevant sensory perceptions.", + "name": "Alpaca-Roleplay", + "system_prompt": "Develop the plot slowly, always stay in character. Describe all actions in full, elaborate, explicit, graphic, and vivid detail. Mention all relevant sensory perceptions.", "input_sequence": "\n### Instruction:", "output_sequence": "\n### Response:", "first_output_sequence": "",