mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Update docs/source/guides/llm_router.rst
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
da94da03b7
commit
0016e200b2
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue