Dax Raad 8 months ago
parent
commit
241c366164
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/opencode/src/config/config.ts

+ 0 - 1
packages/opencode/src/config/config.ts

@@ -57,7 +57,6 @@ export namespace Config {
         })
         .optional(),
       mcp: z.record(z.string(), Mcp).optional(),
-      models: z.record(z.string(), Provider.Model.array()).optional(),
     })
     .strict()