From c1a4733d50916fb56e4b7fd096c367b28af4fddf Mon Sep 17 00:00:00 2001 From: Arno Angerer Date: Fri, 23 Feb 2024 21:29:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=92=20docs:=20Add=20newline=20for=20li?= =?UTF-8?q?st=20to=20be=20correctly=20rendered=20in=20UI=20(#1873)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently in the documentation page the bullet list is not rendered correctly. (See first paragraph on this docs page: https://docs.librechat.ai/install/configuration/litellm.html) --- docs/install/configuration/litellm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install/configuration/litellm.md b/docs/install/configuration/litellm.md index 0cf0cd836e..87a2f67ac2 100644 --- a/docs/install/configuration/litellm.md +++ b/docs/install/configuration/litellm.md @@ -6,6 +6,7 @@ weight: -7 # Using LibreChat with LiteLLM Proxy Use **[LiteLLM Proxy](https://docs.litellm.ai/docs/simple_proxy)** for: + * Calling 100+ LLMs Huggingface/Bedrock/TogetherAI/etc. in the OpenAI ChatCompletions & Completions format * Load balancing - between Multiple Models + Deployments of the same model LiteLLM proxy can handle 1k+ requests/second during load tests * Authentication & Spend Tracking Virtual Keys