MCPcopy 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
391func (p *Provider) RemoveModel(id string) {
392 p.registry.removeModel(id)
393}
394
395type providerUri struct {
396 scheme string

Callers

nothing calls this directly

Calls 1

removeModelMethod · 0.80

Tested by

no test coverage detected