MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / RemoveModel

Method RemoveModel

module/ai-local/module.go:21–21  ·  view source on GitHub ↗
(ctx context.Context, model string)

Source from the content-addressed store, hash-verified

19 Deploy(ctx context.Context, model string, session string, fn ...func() error) (*ai_provider_local.Pipeline, error)
20 CancelDeploy(ctx context.Context, model string) error
21 RemoveModel(ctx context.Context, model string) error
22 Enable(ctx context.Context, model string) error
23 Disable(ctx context.Context, model string) error
24 ModelState(ctx context.Context, model string) (*ai_local_dto.DeployState, *ai_local_dto.ModelInfo, error)

Callers 2

RemoveModelMethod · 0.65
DeleteProviderModelMethod · 0.65

Implementers 1

imlLocalModelmodule/ai-local/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected