mirror of
https://github.com/katanemo/plano.git
synced 2026-07-14 16:22:12 +02:00
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 <noreply@anthropic.com>
This commit is contained in:
parent
8729369058
commit
ee6a868afd
1 changed files with 4 additions and 15 deletions
|
|
@ -1,22 +1,11 @@
|
||||||
version: v0.1.0
|
version: v0.3.0
|
||||||
|
|
||||||
routing:
|
|
||||||
model: Arch-Router
|
|
||||||
llm_provider: arch-router
|
|
||||||
|
|
||||||
listeners:
|
listeners:
|
||||||
egress_traffic:
|
- type: model
|
||||||
address: 0.0.0.0
|
name: model_listener
|
||||||
port: 12000
|
port: 12000
|
||||||
message_format: openai
|
|
||||||
timeout: 30s
|
|
||||||
|
|
||||||
llm_providers:
|
model_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
|
|
||||||
|
|
||||||
# Kimi K2.5 — Moonshot AI's open model (1T MoE, 32B active params)
|
# Kimi K2.5 — Moonshot AI's open model (1T MoE, 32B active params)
|
||||||
# Great for general conversation, agentic tasks, and multimodal work
|
# Great for general conversation, agentic tasks, and multimodal work
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue