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

Method Search

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

Source from the content-addressed store, hash-verified

10
11type ILocalModelController interface {
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

Callers 2

initAILocalServiceMethod · 0.65
SearchMethod · 0.65

Implementers 1

imlLocalModelControllercontroller/ai-local/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected