From da94da03b7af5c95c71a5868ec545414f21aa793 Mon Sep 17 00:00:00 2001 From: CTran Date: Fri, 30 May 2025 09:52:56 -0700 Subject: [PATCH 1/2] Update docs/source/guides/llm_router.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/source/guides/llm_router.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/llm_router.rst b/docs/source/guides/llm_router.rst index 9a7dc084..5f5df961 100644 --- a/docs/source/guides/llm_router.rst +++ b/docs/source/guides/llm_router.rst @@ -32,7 +32,7 @@ Arch-Router-1.5B The `Arch-Router-1.5B `_ is a routing architecture that aligns model selection with developer-defined task descriptors. In summary, the Arch-Router collection demonstrates: -- **State-of-the-art performance** in preference routing - model performs equal or better than all close-source model in routing task (white paper incoming soon) +- **State-of-the-art performance** in preference routing - model performs equal or better than all closed-source models in routing tasks (white paper incoming soon) - **High generalization**, the model is able to understand vast domains, even in ambiguous or subjective routes like complex and simple. - Optimized **low-latency, high-throughput performance**, making it suitable for real-time, production environments. From 0016e200b2df54741f694bb9aed238f16939f2f5 Mon Sep 17 00:00:00 2001 From: CTran Date: Fri, 30 May 2025 09:53:02 -0700 Subject: [PATCH 2/2] Update docs/source/guides/llm_router.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/source/guides/llm_router.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/guides/llm_router.rst b/docs/source/guides/llm_router.rst index 5f5df961..9001cdfc 100644 --- a/docs/source/guides/llm_router.rst +++ b/docs/source/guides/llm_router.rst @@ -11,8 +11,8 @@ For **preference-based routing**, instead of predicting raw model quality, it ro Arch Router ----------- - is a powerful feature in Arch that allows your application to dynamically change the response LLM based on user prompts. -Arch-Router matches user prompts to high-level task categories specified by developers (e.g., FAQ answer, creative writing, code generation), and routes each query to the corresponding model or pipeline. +Arch Router is a powerful feature in Arch that allows your application to dynamically change the response LLM based on user prompts. +Arch Router matches user prompts to high-level task categories specified by developers (e.g., FAQ answer, creative writing, code generation), and routes each query to the corresponding model or pipeline. This developer-first approach makes routing decisions more transparent and adaptable, reflecting the practical definitions of quality that matter in production environments.