diff options
Diffstat (limited to 'internal/llm/ollama.go')
| -rw-r--r-- | internal/llm/ollama.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/llm/ollama.go b/internal/llm/ollama.go index e212466..b2cecfa 100644 --- a/internal/llm/ollama.go +++ b/internal/llm/ollama.go @@ -45,10 +45,6 @@ type ollamaChatResponse struct { Error string `json:"error,omitempty"` } -func init() { - RegisterProvider("ollama", ollamaProviderFactory) -} - func ollamaProviderFactory(cfg Config, _ ProviderKeys) (Client, error) { return newOllamaWithTimeout( cfg.OllamaBaseURL, |
