Enable system prompt for CheapGPT
This commit is contained in:
parent
ff97a30e78
commit
538e9d749a
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue