update zep icon

This commit is contained in:
Henry
2023-07-09 16:30:19 +01:00
parent 050a972da8
commit aeb143a04e
3 changed files with 1 additions and 9 deletions
@@ -18,7 +18,7 @@ class ZepMemory_Memory implements INode {
this.label = 'Zep Memory'
this.name = 'ZepMemory'
this.type = 'ZepMemory'
this.icon = 'memory.svg'
this.icon = 'zep.png'
this.category = 'Memory'
this.description = 'Summarizes the conversation and stores the memory in zep server'
this.baseClasses = [this.type, ...getBaseClasses(ZepMemory)]