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

Method Search

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

Source from the content-addressed store, hash-verified

15
16type ILocalModelModule interface {
17 Search(ctx context.Context, keyword string) ([]*ai_local_dto.LocalModelItem, error)
18 ListCanInstall(ctx context.Context, keyword string) ([]*ai_local_dto.LocalModelPackageItem, error)
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

Callers 12

SearchMethod · 0.65
ListCanInstallMethod · 0.65
OnInitMethod · 0.65
OnInitMethod · 0.65
ConfiguredProvidersMethod · 0.65
APIsMethod · 0.65
ListMethod · 0.65
ListMethod · 0.65
ListMethod · 0.65
getLocalBalancesMethod · 0.65
getBalancesMethod · 0.65

Implementers 1

imlLocalModelmodule/ai-local/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected