Skip to content

Commit ebba9e0

Browse files
docs: cleanup docs
1 parent f6b67fd commit ebba9e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/my-website/docs/contributing.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ git clone https://github.com/BerriAI/litellm.git
1313

1414
Tell the proxy where the UI is located
1515
```bash
16-
export PROXY_BASE_URL="http://localhost:3000/"
17-
18-
### ALSO ### - set the basic env variables
1916
DATABASE_URL = "postgresql://<user>:<password>@<host>:<port>/<dbname>"
2017
LITELLM_MASTER_KEY = "sk-1234"
2118
STORE_MODEL_IN_DB = "True"
@@ -30,7 +27,7 @@ python3 proxy_cli.py --config /path/to/config.yaml --port 4000
3027

3128
Set the mode as development (this will assume the proxy is running on localhost:4000)
3229
```bash
33-
export NODE_ENV="development"
30+
npm install # install dependencies
3431
```
3532

3633
```bash

0 commit comments

Comments
 (0)