fix(ai): remove 188 ollama provider
This commit is contained in:
@@ -1945,7 +1945,7 @@ Focus on:
|
||||
from src.services.ai_router import get_ai_registry
|
||||
|
||||
ai_registry = get_ai_registry()
|
||||
provider = ai_registry.get("ollama") or ai_registry.get("ollama_188")
|
||||
provider = ai_registry.get("ollama") or ai_registry.get("ollama_local")
|
||||
if provider is None or not hasattr(provider, "analyze_with_tools"):
|
||||
logger.warning(
|
||||
"openclaw_agent_loop_shadow_skipped",
|
||||
|
||||
Reference in New Issue
Block a user