diff options
| author | Frank <[email protected]> | 2025-12-23 20:36:52 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-12-23 20:36:55 -0500 |
| commit | 1a9ee3080cb401ad72a5042d4b803de868c0ac9f (patch) | |
| tree | 19603f954803a64aee2d3043847ea20b1471076d /infra | |
| parent | f4d61be8bdd857bd85481a787fc754dfa766fe92 (diff) | |
| download | opencode-1a9ee3080cb401ad72a5042d4b803de868c0ac9f.tar.gz opencode-1a9ee3080cb401ad72a5042d4b803de868c0ac9f.zip | |
zen: sync
Diffstat (limited to 'infra')
| -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 0cc6a404b..c69a70683 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -103,6 +103,7 @@ const ZEN_MODELS = [ new sst.Secret("ZEN_MODELS3"), new sst.Secret("ZEN_MODELS4"), new sst.Secret("ZEN_MODELS5"), + new sst.Secret("ZEN_MODELS6"), ] const STRIPE_SECRET_KEY = new sst.Secret("STRIPE_SECRET_KEY") const AUTH_API_URL = new sst.Linkable("AUTH_API_URL", { |
