Updated moderation icons

This commit is contained in:
abhishekshankr
2023-12-18 03:33:53 -05:00
parent c079781d18
commit 739b8f08be
6 changed files with 9 additions and 2 deletions
@@ -19,7 +19,7 @@ class SimplePromptModeration implements INode {
this.name = 'inputModerationSimple'
this.version = 1.0
this.type = 'Moderation'
this.icon = 'simple_moderation.png'
this.icon = 'moderation.svg'
this.category = 'Moderation'
this.description = 'Check whether input consists of any text from Deny list, and prevent being sent to LLM'
this.baseClasses = [this.type, ...getBaseClasses(Moderation)]