pull/5462/head
Dax Raad 2025-12-14 16:50:59 -05:00
parent a5914f4d7c
commit 3d813f03e5
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ export namespace LLM {
: undefined,
topP: input.agent.topP ?? ProviderTransform.topP(input.model),
options: pipe(
{},
mergeDeep(ProviderTransform.options(input.model, input.sessionID)),
input.small ? mergeDeep(ProviderTransform.smallOptions(input.model)) : mergeDeep({}),
mergeDeep(input.model.options),