Clarify settings

This commit is contained in:
Webifi 2023-06-07 08:10:31 -05:00
parent b21bba3dfa
commit de9a4f7f27
1 changed files with 2 additions and 2 deletions

View File

@ -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
}, },