瀏覽代碼

fix: Correct typo in group_ratio variable name in LogsTable

1808837298@qq.com 1 年之前
父節點
當前提交
5017fabbfa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/src/components/LogsTable.js

+ 1 - 1
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,
           );