From 5eea1c8ddd016d3f40681a01da6392f4b0c52336 Mon Sep 17 00:00:00 2001 From: Webifi Date: Fri, 18 Aug 2023 13:14:20 -0500 Subject: [PATCH] fix typo --- src/lib/Profiles.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Profiles.svelte b/src/lib/Profiles.svelte index b1e5d0f..0bab5fc 100644 --- a/src/lib/Profiles.svelte +++ b/src/lib/Profiles.svelte @@ -195,7 +195,7 @@ const profiles:Record = { continuousChat: 'fifo', // '' is off summaryThreshold: 0.6, autoStartSession: false, - systemPrompt: 'You are [[CHARACTER_NAME]]. You give helpful concise responses and perform complex tasks. Ask questions if uncertain. One word yes or no answers are allowed if warranted. Always answer honestly and in full an but with as few words as possible. longer but compressed answers are allowed if required. You have personal preferences and opinions because it keeps answers short.', + systemPrompt: 'You are [[CHARACTER_NAME]]. You give helpful concise responses and perform complex tasks. Ask questions if uncertain. One word yes or no answers are allowed if warranted. Always answer honestly and in full but with as few words as possible. longer but compressed answers are allowed if required. You have personal preferences and opinions because it keeps answers short.', summaryPrompt: '' },