diff options
| author | Frank <[email protected]> | 2026-01-30 12:19:36 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-30 12:19:36 -0500 |
| commit | 7cb84f13d3b73c6bd6e6f7949bb952da1af3f2be (patch) | |
| tree | 5374a7eb115c43478e925f25d8e64b7d2167787f /infra | |
| parent | 1aade4b30817b8ecd2edb708737ed554879c2f28 (diff) | |
| download | opencode-7cb84f13d3b73c6bd6e6f7949bb952da1af3f2be.tar.gz opencode-7cb84f13d3b73c6bd6e6f7949bb952da1af3f2be.zip | |
wip: zen (#11343)
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/console.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/console.ts b/infra/console.ts index 5b08e9cea..ba1ff15bf 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -133,6 +133,8 @@ const ZEN_MODELS = [ new sst.Secret("ZEN_MODELS6"), new sst.Secret("ZEN_MODELS7"), new sst.Secret("ZEN_MODELS8"), + new sst.Secret("ZEN_MODELS9"), + new sst.Secret("ZEN_MODELS10"), ] const STRIPE_SECRET_KEY = new sst.Secret("STRIPE_SECRET_KEY") const STRIPE_PUBLISHABLE_KEY = new sst.Secret("STRIPE_PUBLISHABLE_KEY") |
