Commit 8fffa159 by 1808837298@qq.com

fix: Correct typo in group_ratio variable name in LogsTable

parent c0aa19c5
...@@ -857,7 +857,7 @@ const LogsTable = () => { ...@@ -857,7 +857,7 @@ const LogsTable = () => {
other?.model_ratio, other?.model_ratio,
other?.model_price, other?.model_price,
other?.completion_ratio, other?.completion_ratio,
other?.group_rati, other?.group_ratio,
other?.cache_tokens || 0, other?.cache_tokens || 0,
other?.cache_ratio || 1.0, other?.cache_ratio || 1.0,
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment