From 0016e200b2df54741f694bb9aed238f16939f2f5 Mon Sep 17 00:00:00 2001 From: CTran Date: Fri, 30 May 2025 09:53:02 -0700 Subject: [PATCH] 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.