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

Method Models

ai-provider/model-runtime/provider.go:350–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348}
349
350func (p *Provider) Models() []IModel {
351 return p.registry.models.List()
352}
353
354func (p *Provider) ModelsByType(modelType string) ([]IModel, bool) {
355 shard := p.registry.getShard(modelType)

Callers

nothing calls this directly

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected