diff options
| author | Frank <[email protected]> | 2025-09-09 15:47:24 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-09 15:47:28 -0400 |
| commit | a3513244f121c7decc84f0a488dea798409e1710 (patch) | |
| tree | 1d813e96bca7ba103f1c1f10c76e65fe0a31ced9 /infra | |
| parent | 32b47fcc1e70dcfd645974be98db4d31cc728058 (diff) | |
| download | opencode-a3513244f121c7decc84f0a488dea798409e1710.tar.gz opencode-a3513244f121c7decc84f0a488dea798409e1710.zip | |
wip: zen
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/cloud.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/cloud.ts b/infra/cloud.ts index 9cb5a83f1..622068e08 100644 --- a/infra/cloud.ts +++ b/infra/cloud.ts @@ -100,6 +100,7 @@ export const stripeWebhook = new WebhookEndpoint("StripeWebhookEndpoint", { }) const ANTHROPIC_API_KEY = new sst.Secret("ANTHROPIC_API_KEY") +const OPENAI_API_KEY = new sst.Secret("OPENAI_API_KEY") const XAI_API_KEY = new sst.Secret("XAI_API_KEY") const BASETEN_API_KEY = new sst.Secret("BASETEN_API_KEY") const STRIPE_SECRET_KEY = new sst.Secret("STRIPE_SECRET_KEY") |
