mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
fix: use endpointOption.model_parameters not endpointOption.modelOptions
This commit is contained in:
parent
edcc66685a
commit
fbead7de40
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ const initializeClient = async ({ req, res, endpointOption }) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: pass-in override settings that are specific to current run
|
// TODO: pass-in override settings that are specific to current run
|
||||||
endpointOption.modelOptions.model = agent.model;
|
endpointOption.model_parameters.model = agent.model;
|
||||||
const options = await getOptions({
|
const options = await getOptions({
|
||||||
req,
|
req,
|
||||||
res,
|
res,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue