🚅 docs: load LiteLLM into LibreChat (#2573)

Documentation was missing one significant component, on loading librechat.yaml
This commit is contained in:
Ventz Petkov 2024-04-29 19:56:19 -04:00 committed by GitHub
parent ba4fa6150e
commit a5cac03fa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: