mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
chore: generate
This commit is contained in:
parent
ff55a40749
commit
6bd91c68e8
1 changed files with 1 additions and 4 deletions
|
|
@ -138,10 +138,7 @@ const live: Layer.Layer<
|
|||
sessionID: input.sessionID,
|
||||
providerOptions: item.options,
|
||||
})
|
||||
const options = mergeOptions(
|
||||
mergeOptions(mergeOptions(base, input.model.options), input.agent.options),
|
||||
variant,
|
||||
)
|
||||
const options = mergeOptions(mergeOptions(mergeOptions(base, input.model.options), input.agent.options), variant)
|
||||
if (isOpenaiOauth) {
|
||||
options.instructions = system.join("\n")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue