From a93a1b93e119a976935e5ab6f214ef7c33d60d45 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 17 Feb 2026 01:32:57 -0500 Subject: wip: zen --- packages/console/core/script/promote-models.ts | 2 +- packages/console/core/script/update-models.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/console/core/script') diff --git a/packages/console/core/script/promote-models.ts b/packages/console/core/script/promote-models.ts index 17715bedf..aa9f20abc 100755 --- a/packages/console/core/script/promote-models.ts +++ b/packages/console/core/script/promote-models.ts @@ -9,7 +9,7 @@ const stage = process.argv[2] if (!stage) throw new Error("Stage is required") const root = path.resolve(process.cwd(), "..", "..", "..") -const PARTS = 20 +const PARTS = 30 // read the secret const ret = await $`bun sst secret list`.cwd(root).text() diff --git a/packages/console/core/script/update-models.ts b/packages/console/core/script/update-models.ts index 9025a6526..6d7f7662a 100755 --- a/packages/console/core/script/update-models.ts +++ b/packages/console/core/script/update-models.ts @@ -7,7 +7,7 @@ import { ZenData } from "../src/model" const root = path.resolve(process.cwd(), "..", "..", "..") const models = await $`bun sst secret list`.cwd(root).text() -const PARTS = 20 +const PARTS = 30 // read the line starting with "ZEN_MODELS" const lines = models.split("\n") -- cgit v1.2.3