Cleanup
This commit is contained in:
@@ -183,9 +183,10 @@ class BaseTool(ABC):
|
|||||||
if has_openrouter:
|
if has_openrouter:
|
||||||
# Add OpenRouter models with descriptions
|
# Add OpenRouter models with descriptions
|
||||||
try:
|
try:
|
||||||
from providers.openrouter_registry import OpenRouterModelRegistry
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
from providers.openrouter_registry import OpenRouterModelRegistry
|
||||||
|
|
||||||
registry = OpenRouterModelRegistry()
|
registry = OpenRouterModelRegistry()
|
||||||
|
|
||||||
# Group models by their model_name to avoid duplicates
|
# Group models by their model_name to avoid duplicates
|
||||||
|
|||||||
Reference in New Issue
Block a user