We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905226c commit 874e22aCopy full SHA for 874e22a
1 file changed
packages/opencode/src/provider/provider.ts
@@ -603,13 +603,13 @@ export namespace Provider {
603
},
604
experimentalOver200K: model.cost?.context_over_200k
605
? {
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
- }
+ cache: {
+ read: model.cost.context_over_200k.cache_read ?? 0,
+ write: model.cost.context_over_200k.cache_write ?? 0,
+ },
+ input: model.cost.context_over_200k.input,
+ output: model.cost.context_over_200k.output,
+ }
613
: undefined,
614
615
limit: {
0 commit comments