mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
_setup_database_v2 decided the next attempt budget inline in eight branches, each rebinding budget before continuing. The branches now live in _budget_after_deploy_failure, which returns the budget the next pass runs under, and the two identical idempotent-recovery blocks share _mark_migration_applied. The loop backs off whenever a pass spent an attempt, which is the same set of paths that slept before. |
||
|---|---|---|
| .. | ||
| 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