mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
Refactoring of LLM In Cache Memory files for better clarity of name
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ import { INode, INodeData, INodeOutputsValue, INodeParams } from '../../../src/I
|
||||
import { InMemoryCache } from 'langchain/cache'
|
||||
import { getBaseClasses } from '../../../src'
|
||||
|
||||
class LocalMemoryCache implements INode {
|
||||
class LLMInMemoryCache implements INode {
|
||||
label: string
|
||||
name: string
|
||||
version: number
|
||||
@@ -41,4 +41,4 @@ class LocalMemoryCache implements INode {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { nodeClass: LocalMemoryCache }
|
||||
module.exports = { nodeClass: LLMInMemoryCache }
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user