Skip to content

Commit 80aeb78

Browse files
authored
Merge branch 'dev' into nxl/background-subagents
2 parents 601fe03 + 3062d3e commit 80aeb78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/provider/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ const layer: Layer.Layer<
11771177
model.modalities?.output?.includes("video") ?? existingModel?.capabilities.output.video ?? false,
11781178
pdf: model.modalities?.output?.includes("pdf") ?? existingModel?.capabilities.output.pdf ?? false,
11791179
},
1180-
interleaved: model.interleaved ?? false,
1180+
interleaved: model.interleaved ?? existingModel?.capabilities.interleaved ?? false,
11811181
},
11821182
cost: {
11831183
input: model?.cost?.input ?? existingModel?.cost?.input ?? 0,

0 commit comments

Comments
 (0)