From 9268ddad2a07306351765b47098134512739f49f Mon Sep 17 00:00:00 2001 From: Fahad Date: Tue, 7 Oct 2025 12:32:00 +0400 Subject: [PATCH] feat: provider cleanup --- providers/custom.py | 1 - 1 file changed, 1 deletion(-) diff --git a/providers/custom.py b/providers/custom.py index ebb4826..835bfdd 100644 --- a/providers/custom.py +++ b/providers/custom.py @@ -9,7 +9,6 @@ from .openai_compatible import OpenAICompatibleProvider from .openrouter_registry import OpenRouterModelRegistry from .shared import ModelCapabilities, ProviderType - class CustomProvider(OpenAICompatibleProvider): """Adapter for self-hosted or local OpenAI-compatible endpoints.