MCPcopy 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
64func ModelsCanInstall() ([]ModelDetail, string) {
65 return modelCanInstall, modelVersion
66}
67
68func ModelsCanInstallById(id string) []ModelDetail {
69 return modelTags[id]

Callers 1

TestModelsFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestModelsFunction · 0.68