mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
wip: zen
This commit is contained in:
parent
7c6b8d7a8a
commit
80c1c59ed3
11 changed files with 264 additions and 4 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 = 10
|
||||
const PARTS = 20
|
||||
|
||||
// read the line starting with "ZEN_MODELS"
|
||||
const lines = models.split("\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue