mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Updated Cache Icons
This commit is contained in:
@@ -20,7 +20,7 @@ class MomentoCache implements INode {
|
||||
this.version = 1.0
|
||||
this.type = 'MomentoCache'
|
||||
this.description = 'Cache LLM response using Momento, a distributed, serverless cache'
|
||||
this.icon = 'momento.png'
|
||||
this.icon = 'Momento.svg'
|
||||
this.category = 'Cache'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(LangchainMomentoCache)]
|
||||
this.credential = {
|
||||
|
||||
Reference in New Issue
Block a user