Refactoring of LLM In Cache Memory files for better clarity of name

This commit is contained in:
vinodkiran 2023-09-30 12:05:51 +05:30
parent d81869fd59
commit 18702e4c47
2 changed files with 2 additions and 2 deletions

View File

@ -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 }

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB