fix: Correct typo in group_ratio variable name in LogsTable

This commit is contained in:
1808837298@qq.com
2025-03-09 21:24:19 +08:00
parent bd5c261b99
commit 5017fabbfa

View File

@@ -857,7 +857,7 @@ const LogsTable = () => {
other?.model_ratio,
other?.model_price,
other?.completion_ratio,
other?.group_rati,
other?.group_ratio,
other?.cache_tokens || 0,
other?.cache_ratio || 1.0,
);