mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-28 01:09:48 +00:00
c127968dfb
The Key Info Overview tab's Spend card truncated sub-dollar budgets to "$0" because formatNumberWithCommas defaults to 0 decimals. The Settings tab passes 2; align the overview so a $0.10 budget renders as "$0.10". Resolves LIT-2845