mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
zen: rate limit
This commit is contained in:
parent
9cd465f9c0
commit
30b1ae5d4b
29 changed files with 620 additions and 419 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue