diff options
| author | Frank <[email protected]> | 2026-01-04 00:58:06 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-04 00:58:06 -0500 |
| commit | d3fd6d1a106a9f5ffa0707aa97dcb19a979fdc56 (patch) | |
| tree | 1f259c9ab09345e770d036d8d3caeafd3aea82bd /infra | |
| parent | 6b12a0084c2e0d36f5f8c449a4cf5bd34bdaafa4 (diff) | |
| download | opencode-d3fd6d1a106a9f5ffa0707aa97dcb19a979fdc56.tar.gz opencode-d3fd6d1a106a9f5ffa0707aa97dcb19a979fdc56.zip | |
zen: update models
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 c69a70683..626697c2f 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -104,6 +104,7 @@ const ZEN_MODELS = [ new sst.Secret("ZEN_MODELS4"), new sst.Secret("ZEN_MODELS5"), new sst.Secret("ZEN_MODELS6"), + new sst.Secret("ZEN_MODELS7"), ] const STRIPE_SECRET_KEY = new sst.Secret("STRIPE_SECRET_KEY") const AUTH_API_URL = new sst.Linkable("AUTH_API_URL", { |
