mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(OpenAI Node): Update OpenAI Text Moderate input placeholder text (#5823)
This commit is contained in:
parent
a3664de355
commit
6b9909bd80
|
@ -247,7 +247,7 @@ const moderateOperations: INodeProperties[] = [
|
||||||
displayName: 'Input',
|
displayName: 'Input',
|
||||||
name: 'input',
|
name: 'input',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
placeholder: 'e.g. I want to kill them',
|
placeholder: 'e.g. My cat is adorable ❤️❤️',
|
||||||
description: 'The input text to classify',
|
description: 'The input text to classify',
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
|
|
Loading…
Reference in a new issue