From b4f35ed5b26ff5b2e7e16d492b2d144a9987620b Mon Sep 17 00:00:00 2001 From: cotran Date: Fri, 30 May 2025 14:39:22 -0700 Subject: [PATCH] remove faeture and align examples --- docs/source/guides/llm_router.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/guides/llm_router.rst b/docs/source/guides/llm_router.rst index 5d5b474c..5e41672c 100644 --- a/docs/source/guides/llm_router.rst +++ b/docs/source/guides/llm_router.rst @@ -158,5 +158,3 @@ Best practice .. - **❌ System Prompt Dependency:** .. Arch-Router routes based solely on the user’s conversation history. It does not use or rely on system prompts for routing decisions. - -Remember, working with LLMs is part science, part art. Don't be afraid to experiment and iterate to find what works best for your specific use case.