From 7ffe3d21f8401cc54e926987b6fa2e4a6f74838e Mon Sep 17 00:00:00 2001 From: kalomaze <66376113+kalomaze@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:04:51 -0500 Subject: [PATCH] Old Default context template (#1121) Mirrors the old prompting style to a T. Can only be merged after the PR to add macros to the Example Separator + Chat Start is merged. --- public/context/OldDefault.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 public/context/OldDefault.json diff --git a/public/context/OldDefault.json b/public/context/OldDefault.json new file mode 100644 index 000000000..ff8b2b983 --- /dev/null +++ b/public/context/OldDefault.json @@ -0,0 +1,6 @@ +{ + "story_string": "{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Circumstances and context of the dialogue: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}", + "chat_start": "\nThen the roleplay chat between {{user}} and {{char}} begins.\n", + "example_separator": "This is how {{char}} should talk", + "name": "OldDefault" +} \ No newline at end of file