Skip to content

Commit 6f847a7

Browse files
committed
chore: generate
1 parent 260ab60 commit 6f847a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/opencode/src/provider/provider.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -615,13 +615,13 @@ export namespace Provider {
615615
},
616616
experimentalOver200K: model.cost?.context_over_200k
617617
? {
618-
cache: {
619-
read: model.cost.context_over_200k.cache_read ?? 0,
620-
write: model.cost.context_over_200k.cache_write ?? 0,
621-
},
622-
input: model.cost.context_over_200k.input,
623-
output: model.cost.context_over_200k.output,
624-
}
618+
cache: {
619+
read: model.cost.context_over_200k.cache_read ?? 0,
620+
write: model.cost.context_over_200k.cache_write ?? 0,
621+
},
622+
input: model.cost.context_over_200k.input,
623+
output: model.cost.context_over_200k.output,
624+
}
625625
: undefined,
626626
},
627627
limit: {

0 commit comments

Comments
 (0)