fix: use OpenCode model catalog URL (#39672)
Co-authored-by: Dax Raad <d@ironbay.co>
This commit is contained in:
parent
ff0382e971
commit
a4f25a94b4
5 changed files with 8 additions and 8 deletions
|
|
@ -2,7 +2,7 @@ import * as fs from "node:fs/promises"
|
|||
import * as path from "node:path"
|
||||
|
||||
const RECORDINGS_DIR = path.resolve(import.meta.dir, "..", "test", "fixtures", "recordings")
|
||||
const MODELS_DEV_URL = "https://models.dev/api.json"
|
||||
const MODELS_DEV_URL = "https://models.opencode.ai/api.json"
|
||||
|
||||
type JsonRecord = Record<string, unknown>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue