add in-mem llm cache

This commit is contained in:
Henry
2023-10-11 19:54:10 +01:00
parent 0e2cba03cc
commit f42a2d3387
7 changed files with 140 additions and 3 deletions
+4
View File
@@ -157,6 +157,10 @@ export interface IActiveChatflows {
}
}
export interface IActiveCache {
[key: string]: Map<any, any>
}
export interface IOverrideConfig {
node: string
nodeId: string