From c17e721278cf7a60020ccd906089df857dcb21d1 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 16 Mar 2024 12:01:36 -0700 Subject: [PATCH] (docs) update litellm helm docs --- docs/my-website/docs/proxy/deploy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/my-website/docs/proxy/deploy.md b/docs/my-website/docs/proxy/deploy.md index 3f105e38785..28773e2eb4c 100644 --- a/docs/my-website/docs/proxy/deploy.md +++ b/docs/my-website/docs/proxy/deploy.md @@ -236,7 +236,7 @@ Your OpenAI proxy server is now running on `http://0.0.0.0:4000`. -Use this to deploy litellm using a helm chart. Link to [the LiteLLM Helm Chart](https://github.com/BerriAI/litellm/tree/main/deploy/charts/litellm) +Use this to deploy litellm using a helm chart. Link to [the LiteLLM Helm Chart](https://github.com/BerriAI/litellm/tree/main/deploy/charts/litellm-helm) #### Step 1. Clone the repository @@ -252,7 +252,7 @@ Run the following command in the root of your `litellm` repo. This will set the helm install \ --set masterkey=sk-1234 \ mydeploy \ - deploy/charts/litellm + deploy/charts/litellm-helm ``` #### Step 3. Expose the service to localhost @@ -260,14 +260,14 @@ helm install \ ```bash kubectl \ port-forward \ - service/mydeploy-litellm \ + service/mydeploy-litellm-helm \ 4000:4000 ``` Your OpenAI proxy server is now running on `http://127.0.0.1:4000`. -If you need to set your litellm proxy config.yaml, you can find this in [values.yaml](https://github.com/BerriAI/litellm/blob/main/deploy/charts/litellm/values.yaml) +If you need to set your litellm proxy config.yaml, you can find this in [values.yaml](https://github.com/BerriAI/litellm/blob/main/deploy/charts/litellm-helm/values.yaml)