mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
sync
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user