diff options
Diffstat (limited to 'internal/llm/anthropic.go')
| -rw-r--r-- | internal/llm/anthropic.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/llm/anthropic.go b/internal/llm/anthropic.go index 7da72b3..17c40ad 100644 --- a/internal/llm/anthropic.go +++ b/internal/llm/anthropic.go @@ -85,10 +85,6 @@ var ( _ Streamer = (*anthropicClient)(nil) ) -func init() { - RegisterProvider("anthropic", anthropicProviderFactory) -} - func anthropicProviderFactory(cfg Config, keys ProviderKeys) (Client, error) { if strings.TrimSpace(keys.AnthropicAPIKey) == "" { return nil, missingAPIKeyError("anthropic", "ANTHROPIC_API_KEY", "HEXAI_ANTHROPIC_API_KEY") |
