From b10f0b0ae8bc46717d1aedccdcff173bbbcc729e Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 29 Aug 2023 00:11:19 +0300 Subject: [PATCH] Remove dinkus from Minimalist context template --- public/context/Minimalist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/context/Minimalist.json b/public/context/Minimalist.json index e454e3934..92ee66755 100644 --- a/public/context/Minimalist.json +++ b/public/context/Minimalist.json @@ -1,6 +1,6 @@ { "name": "Minimalist", "story_string": "{{#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}}", - "chat_start": "###", - "example_separator": "###" + "chat_start": "", + "example_separator": "" }