Skip to content

Commit 874e22a

Browse files
actions-userfwang
authored andcommitted
chore: generate
1 parent 905226c commit 874e22a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

packages/opencode/src/provider/provider.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -603,13 +603,13 @@ export namespace Provider {
603603
},
604604
experimentalOver200K: model.cost?.context_over_200k
605605
? {
606-
cache: {
607-
read: model.cost.context_over_200k.cache_read ?? 0,
608-
write: model.cost.context_over_200k.cache_write ?? 0,
609-
},
610-
input: model.cost.context_over_200k.input,
611-
output: model.cost.context_over_200k.output,
612-
}
606+
cache: {
607+
read: model.cost.context_over_200k.cache_read ?? 0,
608+
write: model.cost.context_over_200k.cache_write ?? 0,
609+
},
610+
input: model.cost.context_over_200k.input,
611+
output: model.cost.context_over_200k.output,
612+
}
613613
: undefined,
614614
},
615615
limit: {

0 commit comments

Comments
 (0)