Skip to content

Commit

Permalink
Update litellm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck authored Feb 26, 2024
1 parent b700ca4 commit 7be92af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/litellm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Initial Setup

To allow editing of your [LiteLLM]() `config.yaml` file, use `-v /path/to/litellm/config.yaml:/app/backend/data/litellm/config.yaml` to bind-bound it with your `docker run` command:
To allow editing of your [LiteLLM](https://litellm.vercel.app/docs/proxy/configs#quick-start) `config.yaml` file, use `-v /path/to/litellm/config.yaml:/app/backend/data/litellm/config.yaml` to bind-bound it with your `docker run` command:

```bash
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data -v /path/to/litellm/config.yaml:/app/backend/data/litellm/config.yaml --name open-webui --restart always ghcr.io/open-webui/open-webui:main
Expand Down

0 comments on commit 7be92af

Please sign in to comment.