MCPcopy
hub / github.com/vxcontrol/pentagi / customProvider

Struct customProvider

backend/pkg/providers/custom/custom.go:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type customProvider struct {
52 llm *openai.LLM
53 model string
54 models pconfig.ModelsConfig
55 providerName provider.ProviderName
56 providerConfig *pconfig.ProviderConfig
57 providerPrefix string
58}
59
60func New(
61 cfg *config.Config,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected