Enable system prompt for CheapGPT

This commit is contained in:
Webifi 2023-08-18 12:35:53 -05:00
parent ff97a30e78
commit 538e9d749a
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ const profiles:Record<string, ChatSettings> = {
characterName: 'CheapGPT', characterName: 'CheapGPT',
profileName: 'CheapGPT - Concise answers', 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.\nIt helps you save tokens in longer Q/A sessions.',
useSystemPrompt: false, useSystemPrompt: true,
continuousChat: 'fifo', // '' is off continuousChat: 'fifo', // '' is off
summaryThreshold: 0.6, summaryThreshold: 0.6,
autoStartSession: false, autoStartSession: false,