Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ RemoveModel
Method
RemoveModel
ai-provider/model-runtime/provider.go:391–393 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
389
}
390
391
func
(p *Provider) RemoveModel(id string) {
392
p.registry.removeModel(id)
393
}
394
395
type
providerUri
struct
{
396
scheme string
Callers
nothing calls this directly
Calls
1
removeModel
Method · 0.80
Tested by
no test coverage detected