litellm/ui
Abhimanyu Kapur 1da3bdc5cc fix: default shadow eval cost_actual to 0 so judge spend accumulates
The column was declared Float? with no default, so every row started NULL.
The verdict writer increments it, and NULL + x is NULL in Postgres, meaning
judge spend never accumulated and the UI always showed no spend.

Makes the column non-null with a default of 0 across all three schema copies
and the migration, and tightens the response model to a plain float.
2026-08-08 09:40:13 -07:00
..
litellm-dashboard fix: default shadow eval cost_actual to 0 so judge spend accumulates 2026-08-08 09:40:13 -07:00
Dockerfile chore(build): move the Admin UI toolchain to Node 24 (#35801) 2026-08-04 12:36:07 -07:00
nginx.conf fix(ui): serve /ui/assets from the nginx image instead of SPA fallback (#34066) 2026-07-21 09:22:02 -07:00