MCPcopy Create free account
hub / github.com/dariubs/goAI / model

Method model

perplexity.go:147–149  ·  view source on GitHub ↗

model returns the model identifier

()

Source from the content-addressed store, hash-verified

145
146// model returns the model identifier
147func (p *perplexityProvider) model() string {
148 return p.modelID
149}
150

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected