We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1400f commit 7f45943Copy full SHA for 7f45943
1 file changed
packages/opencode/src/provider/provider.ts
@@ -1100,6 +1100,7 @@ export namespace Provider {
1100
options: mergeDeep(existingModel?.options ?? {}, model.options ?? {}),
1101
limit: {
1102
context: model.limit?.context ?? existingModel?.limit?.context ?? 0,
1103
+ input: model.limit?.input ?? existingModel?.limit?.input,
1104
output: model.limit?.output ?? existingModel?.limit?.output ?? 0,
1105
},
1106
headers: mergeDeep(existingModel?.headers ?? {}, model.headers ?? {}),
0 commit comments