From c692511e69184a929f4a1a68ffcd59b830a21600 Mon Sep 17 00:00:00 2001 From: Fahad Date: Fri, 13 Jun 2025 08:37:14 +0400 Subject: [PATCH] Cleanup --- tools/base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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