From 5017fabbfa11e5a3f8cfc7febf14ba3d278ca191 Mon Sep 17 00:00:00 2001 From: "1808837298@qq.com" <1808837298@qq.com> Date: Sun, 9 Mar 2025 21:24:19 +0800 Subject: [PATCH] fix: Correct typo in group_ratio variable name in LogsTable --- web/src/components/LogsTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/LogsTable.js b/web/src/components/LogsTable.js index c41be756..2c4f1343 100644 --- a/web/src/components/LogsTable.js +++ b/web/src/components/LogsTable.js @@ -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, );