From 43792b1d69db534e991da00fbf32ff8cd9028670 Mon Sep 17 00:00:00 2001 From: Webifi Date: Fri, 18 Aug 2023 13:25:33 -0500 Subject: [PATCH] Update CheapGPT --- src/lib/Profiles.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/Profiles.svelte b/src/lib/Profiles.svelte index 0bab5fc..73d1d46 100644 --- a/src/lib/Profiles.svelte +++ b/src/lib/Profiles.svelte @@ -190,8 +190,12 @@ const profiles:Record = { ...chatDefaults, characterName: 'CheapGPT', profileName: 'CheapGPT - Concise answers', - profileDescription: 'CheapGPT gives short, concise responses unless you ask it for more.\nIt helps you save tokens in longer Q/A sessions.', + profileDescription: `CheapGPT gives short, concise responses unless you ask it for more. +It helps you save tokens in longer Q/A sessions. + +CheapGPT is instructed to have personal preferences and opinions to keep it from waxing on about being an AI Language Model without the ability to have preferences and opinions. It uses a Hidden Prompt Prefix to inject a reminder to keep things short, not incessantly apologize, and not wax on about being an AI Language model.`, useSystemPrompt: true, + hiddenPromptPrefix: '[[USER_PROMPT]]::EOM::I will answer in compact form without apology or reference to what I am:', continuousChat: 'fifo', // '' is off summaryThreshold: 0.6, autoStartSession: false,