This commit is contained in:
Fahad
2025-06-13 08:37:14 +04:00
parent 8abbba2d92
commit c692511e69

View File

@@ -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