mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
# Conflicts: # .circleci/config.yml # .github/workflows/test-litellm-matrix.yml # .github/workflows/test-proxy-e2e-azure-batches.yml # AGENTS.md # ci_cd/security_scans.sh # docker/Dockerfile.non_root # poetry.lock # pyproject.toml # requirements.txt # tests/proxy_e2e_azure_batches_tests/validate_e2e_setup.py # tests/test_litellm/proxy/db/test_check_migration.py |
||
|---|---|---|
| .. | ||
| dist | ||
| litellm_proxy_extras | ||
| tests | ||
| build_and_publish.md | ||
| LICENSE | ||
| migration_runbook.md | ||
| pyproject.toml | ||
| README.md | ||
Additional files for the proxy. Reduces the size of the main litellm package.
Currently, only stores the migration.sql files for litellm-proxy.
To install, run:
uv add litellm-proxy-extras
OR
uv tool install 'litellm[proxy]' # installs litellm-proxy-extras and other proxy dependencies
To use the migrations, run:
litellm --use_prisma_migrate