diff options
| author | Frank <[email protected]> | 2025-11-08 10:15:35 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-11-08 10:18:21 -0500 |
| commit | 30b1ae5d4b071f5637c1a590a177b5017a28c90b (patch) | |
| tree | af56c9b48a7fa59baab65fa7d1a26dfc8ea1cf79 /packages/console/core/script/update-models.ts | |
| parent | 9cd465f9c0702ebedf29b3386c555d9bc4da8306 (diff) | |
| download | opencode-30b1ae5d4b071f5637c1a590a177b5017a28c90b.tar.gz opencode-30b1ae5d4b071f5637c1a590a177b5017a28c90b.zip | |
zen: rate limit
Diffstat (limited to 'packages/console/core/script/update-models.ts')
| -rwxr-xr-x | packages/console/core/script/update-models.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/console/core/script/update-models.ts b/packages/console/core/script/update-models.ts index e7a245515..807d57826 100755 --- a/packages/console/core/script/update-models.ts +++ b/packages/console/core/script/update-models.ts @@ -7,7 +7,6 @@ import { ZenData } from "../src/model" const root = path.resolve(process.cwd(), "..", "..", "..") const models = await $`bun sst secret list`.cwd(root).text() -console.log("models", models) // read the line starting with "ZEN_MODELS" const oldValue1 = models |
