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