docs: improve dev docs

This commit is contained in:
Krrish Dholakia 2025-11-17 18:56:26 -08:00
parent f1c5ed19aa
commit f2314bab34

View file

@ -107,3 +107,18 @@ docker run \
litellm_test_image \
--config /app/config.yaml --detailed_debug
```
### Running LiteLLM Proxy Locally
1. cd into the `proxy/` directory
```
cd litellm/litellm/proxy
```
2. Run the proxy
```shell
python3 proxy_cli.py --config /path/to/config.yaml
# RUNNING on http://0.0.0.0:4000
```