mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Enable system prompt for CheapGPT
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user