mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sync
This commit is contained in:
parent
74d1f1aa35
commit
a1c20e3e00
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ export namespace LLM {
|
|||
},
|
||||
temperature: params.temperature,
|
||||
topP: params.topP,
|
||||
providerOptions: ProviderTransform.providerOptions(input.model, params.options, input.messages),
|
||||
providerOptions: ProviderTransform.providerOptions(input.model, params.options),
|
||||
activeTools: Object.keys(input.tools).filter((x) => x !== "invalid"),
|
||||
tools: input.tools,
|
||||
maxOutputTokens,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue