mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Adds a "Shadow eval" button next to the Auto-router usage heading that smooth-scrolls to the shadow eval section, so it's reachable without scrolling past the benchmarks body first. Also fixes a PR review comment (veria-ai): shadow and judge calls ran outside the normal auth path, so they never went through reserve_budget_for_request and could push an already-exhausted key or team further over budget before their own spend was even recorded. _key_or_team_is_over_budget reads the same cross-pod spend counters that path reserves against (via the existing get_current_spend) and skips the shadow/judge pair outright when the shadowed key or its team is already at or over budget. This is a read-time check, not a reservation — appropriate for a best-effort background measurement task, not a billed user request — so it narrows the window rather than closing it against concurrent bursts, which the response comment explains. Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||