Clarify settings
This commit is contained in:
parent
b21bba3dfa
commit
de9a4f7f27
|
@ -148,7 +148,7 @@ const systemPromptSettings: ChatSetting[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'useSystemPrompt',
|
key: 'useSystemPrompt',
|
||||||
name: 'Use Profile/System Prompt',
|
name: 'Use Character / System Prompt',
|
||||||
title: 'Send a "System" prompt as the first prompt.',
|
title: 'Send a "System" prompt as the first prompt.',
|
||||||
header: 'System Prompt',
|
header: 'System Prompt',
|
||||||
headerClass: 'is-info',
|
headerClass: 'is-info',
|
||||||
|
@ -165,7 +165,7 @@ const systemPromptSettings: ChatSetting[] = [
|
||||||
key: 'systemPrompt',
|
key: 'systemPrompt',
|
||||||
name: 'System Prompt',
|
name: 'System Prompt',
|
||||||
title: 'First prompt to send.',
|
title: 'First prompt to send.',
|
||||||
placeholder: 'Enter the first prompt to send here.',
|
placeholder: 'Enter the first prompt to send here. You can tell ChatGPT how to act.',
|
||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
hide: (chatId) => !getChatSettings(chatId).useSystemPrompt
|
hide: (chatId) => !getChatSettings(chatId).useSystemPrompt
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue