diff --git a/tools/base.py b/tools/base.py index 0302956..28fc342 100644 --- a/tools/base.py +++ b/tools/base.py @@ -183,9 +183,10 @@ class BaseTool(ABC): if has_openrouter: # Add OpenRouter models with descriptions try: - from providers.openrouter_registry import OpenRouterModelRegistry import logging + from providers.openrouter_registry import OpenRouterModelRegistry + registry = OpenRouterModelRegistry() # Group models by their model_name to avoid duplicates