Skip to content

Commit

Permalink
fix(OpenAI Node): Update OpenAI Text Moderate input placeholder text (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
eddywashere authored Apr 17, 2023
1 parent a3664de commit 6b9909b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/OpenAi/TextDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 6b9909b

Please sign in to comment.