From ebba9e0b2a55bd6441e110f84d4c0637485d4041 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 2 Oct 2025 09:51:16 -0700 Subject: [PATCH] docs: cleanup docs --- docs/my-website/docs/contributing.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/my-website/docs/contributing.md b/docs/my-website/docs/contributing.md index 8768e0b4c4..a88013ff1b 100644 --- a/docs/my-website/docs/contributing.md +++ b/docs/my-website/docs/contributing.md @@ -13,9 +13,6 @@ git clone https://github.com/BerriAI/litellm.git Tell the proxy where the UI is located ```bash -export PROXY_BASE_URL="http://localhost:3000/" - -### ALSO ### - set the basic env variables DATABASE_URL = "postgresql://:@:/" LITELLM_MASTER_KEY = "sk-1234" STORE_MODEL_IN_DB = "True" @@ -30,7 +27,7 @@ python3 proxy_cli.py --config /path/to/config.yaml --port 4000 Set the mode as development (this will assume the proxy is running on localhost:4000) ```bash -export NODE_ENV="development" +npm install # install dependencies ``` ```bash