(ctx context.Context, keyword string)
| 15 | |
| 16 | type 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 |
no outgoing calls
no test coverage detected