Merge pull request #19349 from BerriAI/litellm_doc_update_05

Fix: update the doc
This commit is contained in:
Sameer Kankute 2026-01-19 18:25:43 +05:30 committed by GitHub
commit 75932e08da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -374,7 +374,9 @@ Support for more providers. Missing a provider or LLM Platform, raise a [feature
1. (In root) create virtual environment `python -m venv .venv`
2. Activate virtual environment `source .venv/bin/activate`
3. Install dependencies `pip install -e ".[all]"`
4. Start proxy backend `python litellm/proxy_cli.py`
4. `pip install prisma`
5. `prisma generate`
6. Start proxy backend `python litellm/proxy/proxy_cli.py`
### Frontend
1. Navigate to `ui/litellm-dashboard`