get rid of models.dev macro

This commit is contained in:
Dax Raad
2026-01-24 12:26:57 -05:00
parent d9eebba90e
commit e3c1861a3e
7 changed files with 48 additions and 43 deletions

View File

@@ -22,10 +22,6 @@ export namespace Global {
cache,
config,
state,
// Allow overriding models.dev URL for offline deployments
get modelsDevUrl() {
return process.env.OPENCODE_MODELS_URL || "https://models.dev"
},
}
}