chore(Settings.jsx): update placeholder text for promptPrefix/system message (#656)

This commit is contained in:
Danny Avila 2023-07-16 13:22:36 -04:00 committed by GitHub
parent 0246f164b0
commit 1ef53a41f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ function Settings(props) {
placeholder={
toolsSelected
? 'Disabled with Tools Selected'
: 'Set custom instructions. Defaults to: \'You are ChatGPT, a large language model trained by OpenAI.\''
: 'Set custom instructions to include in System Message. Default: none'
}
className={cn(
defaultTextProps,