Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ ModelsCanInstall
Function
ModelsCanInstall
ai-provider/local/model.go:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
func
ModelsCanInstall() ([]ModelDetail, string) {
65
return
modelCanInstall, modelVersion
66
}
67
68
func
ModelsCanInstallById(id string) []ModelDetail {
69
return
modelTags[id]
Callers
1
TestModels
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestModels
Function · 0.68