Create 创建 OpenRouter 提供商
(config *types.ModelConfig)
| 113 | |
| 114 | // Create 创建 OpenRouter 提供商 |
| 115 | func (f *OpenRouterFactory) Create(config *types.ModelConfig) (Provider, error) { |
| 116 | return NewOpenRouterProvider(config, f.Config) |
| 117 | } |
nothing calls this directly
no test coverage detected