mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-28 14:18:51 +01:00
fix: add modelLabel to response sender options for agent initialization
This commit is contained in:
parent
7ad3ef7c23
commit
313b455613
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ const initializeClient = async ({ req, res, endpointOption }) => {
|
|||
getResponseSender({
|
||||
...endpointOption,
|
||||
model: endpointOption.model_parameters.model,
|
||||
modelLabel: endpointOption.model_parameters.modelLabel,
|
||||
});
|
||||
|
||||
const client = new AgentClient({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue