mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 09:34:02 +00:00
- Update formatNumber function to display numbers >= 1 million with 'M' suffix - Remove previous billion formatting with 'k' suffix - Example: 2,500,000 displays as '2M' for better readability - Use Math.floor() to ensure no decimal points in formatted numbers 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>