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

Struct qwenProvider

backend/pkg/providers/qwen/qwen.go:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type qwenProvider struct {
60 llm *openai.LLM
61 models pconfig.ModelsConfig
62 providerName provider.ProviderName
63 providerConfig *pconfig.ProviderConfig
64 providerPrefix string
65}
66
67func New(
68 cfg *config.Config,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected