feat(usage): expanded daily stats with detailed token breakdown (#385)
* feat(usage): expanded daily stats with detailed token breakdown * feat(usage): separate cache read and cache write in daily trend table
This commit is contained in:
@@ -558,6 +558,8 @@ export default {
|
||||
date: '日付',
|
||||
tokens: 'トークン',
|
||||
cache: 'キャッシュ',
|
||||
cacheRead: 'キャッシュ読み取り',
|
||||
cacheWrite: 'キャッシュ書き込み',
|
||||
sessions: 'セッション',
|
||||
cost: 'コスト',
|
||||
noData: '使用データがありません',
|
||||
|
||||
Reference in New Issue
Block a user