From 49e8216061dc9282bbc1f28e3a8653beb07b9360 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 29 Mar 2025 06:35:55 +0900 Subject: [PATCH] docs: update llm_provider.rst (#448) minor fix --- docs/source/concepts/llm_provider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/concepts/llm_provider.rst b/docs/source/concepts/llm_provider.rst index ba9566ba..551d6074 100644 --- a/docs/source/concepts/llm_provider.rst +++ b/docs/source/concepts/llm_provider.rst @@ -4,7 +4,7 @@ LLM Provider ============ **LLM provider** is a top-level primitive in Arch, helping developers centrally define, secure, observe, -and manage the usage of of their LLMs. Arch builds on Envoy's reliable `cluster subsystem `_ +and manage the usage of their LLMs. Arch builds on Envoy's reliable `cluster subsystem `_ to manage egress traffic to LLMs, which includes intelligent routing, retry and fail-over mechanisms, ensuring high availability and fault tolerance. This abstraction also enables developers to seamlessly switching between LLM providers or upgrade LLM versions, simplifying the integration and scaling of LLMs