From 7be92af201dac4bde9a1ea325f27652dfe80b35f Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 25 Feb 2024 23:47:35 -0500 Subject: [PATCH] Update litellm.md --- docs/tutorial/litellm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/litellm.md b/docs/tutorial/litellm.md index e12ce5b5..80c4ed30 100644 --- a/docs/tutorial/litellm.md +++ b/docs/tutorial/litellm.md @@ -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