mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-09 12:08:50 +01:00
💾 feat: Custom Endpoint Support for Memory LLM Config (#11214)
* feat: add support for designating custom endpoints to use with memory tool * test: add tests for header resolution in processMemory * chore: address comments
This commit is contained in:
parent
04fd231b61
commit
b5aa38ff33
3 changed files with 314 additions and 1 deletions
|
|
@ -676,6 +676,7 @@ class AgentClient extends BaseClient {
|
|||
getFormattedMemories: db.getFormattedMemories,
|
||||
},
|
||||
res: this.options.res,
|
||||
user: createSafeUser(this.options.req.user),
|
||||
});
|
||||
|
||||
this.processMemory = processMemory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue