mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
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. |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||