mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-14 06:28:52 +01:00
feat: add addToSet update operation to saveConvo to efficiently update modelHistory whenever a new model/endpoint combo is used
This commit is contained in:
parent
cb8e76e27e
commit
465c81adee
2 changed files with 11 additions and 1 deletions
|
|
@ -51,6 +51,7 @@ export const excludedKeys = new Set([
|
|||
'_id',
|
||||
'tools',
|
||||
'model',
|
||||
'modelHistory',
|
||||
'files',
|
||||
'spec',
|
||||
'disableParams',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue