fix(OpenAI Node): Update OpenAI Text Moderate input placeholder text (#5823)

This commit is contained in:
Eddy Hernandez 2023-04-17 08:03:34 -07:00 committed by GitHub
parent a3664de355
commit 6b9909bd80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -247,7 +247,7 @@ const moderateOperations: INodeProperties[] = [
displayName: 'Input',
name: 'input',
type: 'string',
placeholder: 'e.g. I want to kill them',
placeholder: 'e.g. My cat is adorable ❤️❤️',
description: 'The input text to classify',
displayOptions: {
show: {