chore: Update terminology from "cache ratio" to "cache multiplier" in UI and add placeholder for default create cache ratio

This commit is contained in:
1808837298@qq.com
2025-03-08 02:44:09 +08:00
parent 4f194f4e6a
commit 6d79d8993e
3 changed files with 11 additions and 3 deletions

View File

@@ -638,6 +638,12 @@ const LogsTable = () => {
value: other.text_output,
});
}
if (other?.cache_tokens > 0) {
expandDataLocal.push({
key: t('缓存 Tokens'),
value: other.cache_tokens,
});
}
expandDataLocal.push({
key: t('日志详情'),
value: logs[i].content,