We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e81de7 + cadca85 commit e5a8765Copy full SHA for e5a8765
1 file changed
src/lib/processUsage.ts
@@ -946,6 +946,10 @@ async function processTokenData(
946
[genStats.cacheDiscount_mUsd, usageStats.cacheDiscount_mUsd]
947
);
948
}
949
+ if (usageStats.inputTokens) {
950
+ // retain because of vercel bug: https://kilo-code.slack.com/archives/C08UR25T02V/p1773140435733259
951
+ genStats.inputTokens = usageStats.inputTokens;
952
+ }
953
usageStats = genStats;
954
955
0 commit comments