From ee6a868afd2c4da1dbf46d7001899e9f95c56f83 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 17 Feb 2026 03:27:05 -0800 Subject: [PATCH] Simplify config to v0.3.0 format, remove explicit Arch-Router entry Arch-Router is implicit when routing_preferences are defined. Aligns with the preference_based_routing demo pattern. Co-Authored-By: Claude Opus 4.6 --- .../llm_routing/openclaw_routing/config.yaml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/demos/llm_routing/openclaw_routing/config.yaml b/demos/llm_routing/openclaw_routing/config.yaml index c09f433d..a16a9d38 100644 --- a/demos/llm_routing/openclaw_routing/config.yaml +++ b/demos/llm_routing/openclaw_routing/config.yaml @@ -1,22 +1,11 @@ -version: v0.1.0 - -routing: - model: Arch-Router - llm_provider: arch-router +version: v0.3.0 listeners: - egress_traffic: - address: 0.0.0.0 + - type: model + name: model_listener port: 12000 - message_format: openai - timeout: 30s -llm_providers: - - # Arch Router - the 1.5B preference-aligned routing model (runs locally via Ollama) - - name: arch-router - model: arch/hf.co/katanemo/Arch-Router-1.5B.gguf:Q4_K_M - base_url: http://host.docker.internal:11434 +model_providers: # Kimi K2.5 — Moonshot AI's open model (1T MoE, 32B active params) # Great for general conversation, agentic tasks, and multimodal work