Browse Source

chore: generate

GitHub Action 1 month ago
parent
commit
5a309c2dbf
1 changed files with 7 additions and 7 deletions
  1. 7 7
      packages/opencode/src/provider/provider.ts

+ 7 - 7
packages/opencode/src/provider/provider.ts

@@ -603,13 +603,13 @@ export namespace Provider {
         },
         },
         experimentalOver200K: model.cost?.context_over_200k
         experimentalOver200K: model.cost?.context_over_200k
           ? {
           ? {
-            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,
-          }
+              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,
+            }
           : undefined,
           : undefined,
       },
       },
       limit: {
       limit: {