mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-23 09:00:28 +03:00
Updated Cache Icons
This commit is contained in:
@@ -20,7 +20,7 @@ class InMemoryCache implements INode {
|
||||
this.version = 1.0
|
||||
this.type = 'InMemoryCache'
|
||||
this.description = 'Cache LLM response in memory, will be cleared once app restarted'
|
||||
this.icon = 'inmemorycache.png'
|
||||
this.icon = 'Memory.svg'
|
||||
this.category = 'Cache'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(InMemoryCacheExtended)]
|
||||
this.inputs = []
|
||||
|
||||
Reference in New Issue
Block a user