slight naming changes

This commit is contained in:
Henry
2023-11-22 17:10:18 +00:00
parent 619fb4f5c1
commit c274085d42
5 changed files with 454 additions and 13 deletions
@@ -15,7 +15,7 @@ class OpenAIModeration implements INode {
inputs: INodeParams[]
constructor() {
this.label = 'Moderation - Open AI'
this.label = 'OpenAI Moderation'
this.name = 'inputModerationOpenAI'
this.version = 1.0
this.type = 'Moderation'