mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
add in-mem llm cache
This commit is contained in:
@@ -157,6 +157,10 @@ export interface IActiveChatflows {
|
||||
}
|
||||
}
|
||||
|
||||
export interface IActiveCache {
|
||||
[key: string]: Map<any, any>
|
||||
}
|
||||
|
||||
export interface IOverrideConfig {
|
||||
node: string
|
||||
nodeId: string
|
||||
|
||||
Reference in New Issue
Block a user