mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 20:49:55 +00:00
wip: zen
This commit is contained in:
parent
ace63b3ddb
commit
a93a1b93e1
10 changed files with 263 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue