diff options
| author | Frank <[email protected]> | 2025-09-03 15:57:41 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-03 15:57:41 -0400 |
| commit | 70e0d71ac271c99bc2467715069c5be4547fceda (patch) | |
| tree | 1bbf3328d1ec5362b7ada3714f2ba27eb0c67baf /cloud/app | |
| parent | 93f507d33011ac04f2ab2fd373b13721dddf4e1f (diff) | |
| download | opencode-70e0d71ac271c99bc2467715069c5be4547fceda.tar.gz opencode-70e0d71ac271c99bc2467715069c5be4547fceda.zip | |
wip console
Diffstat (limited to 'cloud/app')
| -rw-r--r-- | cloud/app/src/routes/zen/v1/chat/completions.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cloud/app/src/routes/zen/v1/chat/completions.ts b/cloud/app/src/routes/zen/v1/chat/completions.ts index 090f4aaa3..9805176ce 100644 --- a/cloud/app/src/routes/zen/v1/chat/completions.ts +++ b/cloud/app/src/routes/zen/v1/chat/completions.ts @@ -57,10 +57,7 @@ const MODELS = { } const FREE_WORKSPACES = [ - "wrk_01K47W3MEXPJZQ8J14B1NNPS9Z", // adam - "wrk_01K46F9BS6S1RC2W49CH6KSMDN", // dax "wrk_01K46JDFR0E75SG2Q8K172KF3Y", // frank - "wrk_01K484AYAZ8RA7G32ZB93VZX6M", // jay ] class AuthError extends Error {} |
