Files
anomalyco_opencode/packages/opencode/src/provider/models-macro.ts
T
Dax Raad bc34f08333
publish / publish (push) Has been cancelled
bundle models.dev at build time and ignore refresh errors
2025-06-23 14:50:19 -04:00

5 lines
127 B
TypeScript

export async function data() {
const json = await fetch("https://models.dev/api.json").then((x) => x.text())
return json
}