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

Method Deploy

controller/ai-local/controller.go:14–14  ·  view source on GitHub ↗
(ctx *gin.Context)

Source from the content-addressed store, hash-verified

12 Search(ctx *gin.Context, keyword string) ([]*ai_local_dto.LocalModelItem, error)
13 ListCanInstall(ctx *gin.Context, keyword string) ([]*ai_local_dto.LocalModelPackageItem, error)
14 Deploy(ctx *gin.Context)
15 DeployStart(ctx *gin.Context, input *ai_local_dto.DeployInput) error
16 CancelDeploy(ctx *gin.Context, input *ai_local_dto.CancelDeploy) error
17 RemoveModel(ctx *gin.Context, model string) error

Callers 2

DeployMethod · 0.65
DeployStartMethod · 0.65

Implementers 1

imlLocalModelControllercontroller/ai-local/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected