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