GHHG10's picture
download
raw
312 Bytes
const modelsUrl = process.env.OPENCODE_MODELS_URL || "https://models.dev"
export const modelsData = process.env.MODELS_DEV_API_JSON
? await Bun.file(process.env.MODELS_DEV_API_JSON).text()
: await fetch(`${modelsUrl}/api.json`).then((response) => response.text())
console.log("Loaded models.dev snapshot")

Xet Storage Details

Size:
312 Bytes
·
Xet hash:
a5c35d849113ac1b41f1e3b820d5dfc930c724da6f0be5a0ecfad5428222ce3e

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.