From a5cac03fa40334379aba38eef95be3c3dab79c9c Mon Sep 17 00:00:00 2001 From: Ventz Petkov <901168+ventz@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:56:19 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=85=20docs:=20load=20LiteLLM=20into=20?= =?UTF-8?q?LibreChat=20(#2573)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documentation was missing one significant component, on loading librechat.yaml --- docs/install/configuration/litellm.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/install/configuration/litellm.md b/docs/install/configuration/litellm.md index 5cdcff8dec..bd822a9e56 100644 --- a/docs/install/configuration/litellm.md +++ b/docs/install/configuration/litellm.md @@ -19,6 +19,16 @@ The override file contains sections for the below LiteLLM features Minimum working `docker-compose.override.yml` Example: ```yaml + +# USE LIBRECHAT CONFIG FILE +# NOTE: It is critical to uncomment this, otherwise LibreChat will not register LiteLLM + api: + volumes: + - type: bind + source: ./librechat.yaml + target: /app/librechat.yaml + + litellm: image: ghcr.io/berriai/litellm:main-latest volumes: