fix(metrics): standardize numeric parsing to Number.parseFloat/parseInt and fix unique_models mapping

Co-authored-by: Genie <genie@cosine.sh>
This commit is contained in:
Praveen Thirumurugan
2025-12-27 20:29:45 +00:00
committed by Genie
co-authored by Genie
parent eeebf1c6e9
commit 946a5a6425
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export default function RecentRequests({ requests }: RecentRequestsProps) {
</small>
</div>
</td>
<td style={styles.td}>${parseFloat(req.total_cost).toFixed(4)}</td>
<td style={styles.td}>${Number.parseFloat(req.total_cost).toFixed(4)}</td>
<td style={styles.td}>{req.response_time}ms</td>
<td style={styles.td}>
<span