Skip to content

Commit

Permalink
馃殔 docs: load LiteLLM into LibreChat (#2573)
Browse files Browse the repository at this point in the history
Documentation was missing one significant component, on loading librechat.yaml
  • Loading branch information
ventz committed Apr 29, 2024
1 parent ba4fa61 commit a5cac03
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/install/configuration/litellm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a5cac03

Please sign in to comment.