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.