mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 02:10:15 +01:00
🧠 feat: Enforce Token Limit for Memory Usage (#8401)
This commit is contained in:
parent
2e1874e596
commit
8e869f2274
10 changed files with 765 additions and 31 deletions
|
|
@ -534,7 +534,7 @@ export type MemoryArtifact = {
|
|||
key: string;
|
||||
value?: string;
|
||||
tokenCount?: number;
|
||||
type: 'update' | 'delete';
|
||||
type: 'update' | 'delete' | 'error';
|
||||
};
|
||||
|
||||
export type TAttachmentMetadata = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue