diff options
| author | Frank <[email protected]> | 2025-12-11 23:41:04 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-12-11 23:41:04 -0500 |
| commit | 57120e69edadb5dd6a03538ee8dfb85a228d5173 (patch) | |
| tree | 8778c6788bc00a45b78dd94425b47bb9c1f9a8b6 /infra/console.ts | |
| parent | 11efda3f5caae86848478cebe479cab5f5fde002 (diff) | |
| download | opencode-57120e69edadb5dd6a03538ee8dfb85a228d5173.tar.gz opencode-57120e69edadb5dd6a03538ee8dfb85a228d5173.zip | |
Zen: sync
Diffstat (limited to 'infra/console.ts')
| -rw-r--r-- | infra/console.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/console.ts b/infra/console.ts index 0a98ab072..8f54823f8 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -102,6 +102,7 @@ const ZEN_MODELS = [ new sst.Secret("ZEN_MODELS2"), new sst.Secret("ZEN_MODELS3"), new sst.Secret("ZEN_MODELS4"), + new sst.Secret("ZEN_MODELS5"), ] const STRIPE_SECRET_KEY = new sst.Secret("STRIPE_SECRET_KEY") const AUTH_API_URL = new sst.Linkable("AUTH_API_URL", { |
