We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b67fd commit ebba9e0Copy full SHA for ebba9e0
docs/my-website/docs/contributing.md
@@ -13,9 +13,6 @@ git clone https://github.com/BerriAI/litellm.git
13
14
Tell the proxy where the UI is located
15
```bash
16
-export PROXY_BASE_URL="http://localhost:3000/"
17
-
18
-### ALSO ### - set the basic env variables
19
DATABASE_URL = "postgresql://<user>:<password>@<host>:<port>/<dbname>"
20
LITELLM_MASTER_KEY = "sk-1234"
21
STORE_MODEL_IN_DB = "True"
@@ -30,7 +27,7 @@ python3 proxy_cli.py --config /path/to/config.yaml --port 4000
30
27
31
28
Set the mode as development (this will assume the proxy is running on localhost:4000)
32
29
33
-export NODE_ENV="development"
+npm install # install dependencies
34
```
35
36
0 commit comments