MCPcopy Create free account
hub / github.com/astercloud/aster / Create

Method Create

pkg/provider/openai.go:99–101  ·  view source on GitHub ↗

Create 创建 OpenAI 提供商

(config *types.ModelConfig)

Source from the content-addressed store, hash-verified

97
98// Create 创建 OpenAI 提供商
99func (f *OpenAIFactory) Create(config *types.ModelConfig) (Provider, error) {
100 return NewOpenAIProvider(config)
101}

Callers

nothing calls this directly

Calls 1

NewOpenAIProviderFunction · 0.85

Tested by

no test coverage detected