Enable system prompt for CheapGPT

This commit is contained in:
Webifi
2023-08-18 12:35:53 -05:00
parent ff97a30e78
commit 538e9d749a

View File

@@ -191,7 +191,7 @@ const profiles:Record<string, ChatSettings> = {
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.',
useSystemPrompt: false,
useSystemPrompt: true,
continuousChat: 'fifo', // '' is off
summaryThreshold: 0.6,
autoStartSession: false,