summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-01-30 12:19:36 -0500
committerGitHub <[email protected]>2026-01-30 12:19:36 -0500
commit7cb84f13d3b73c6bd6e6f7949bb952da1af3f2be (patch)
tree5374a7eb115c43478e925f25d8e64b7d2167787f /infra
parent1aade4b30817b8ecd2edb708737ed554879c2f28 (diff)
downloadopencode-7cb84f13d3b73c6bd6e6f7949bb952da1af3f2be.tar.gz
opencode-7cb84f13d3b73c6bd6e6f7949bb952da1af3f2be.zip
wip: zen (#11343)
Diffstat (limited to 'infra')
-rw-r--r--infra/console.ts2
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")