mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🚅 docs: load LiteLLM into LibreChat (#2573)
Documentation was missing one significant component, on loading librechat.yaml
This commit is contained in:
parent
ba4fa6150e
commit
a5cac03fa4
1 changed files with 10 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue