lewtun HF Staff OpenAI Codex commited on
Commit
6283446
·
unverified ·
1 Parent(s): f83747e

Clarify token usage billing labels (#299)

Browse files

Co-authored-by: OpenAI Codex <codex@openai.com>

frontend/src/components/UsageMeter.tsx CHANGED
@@ -127,7 +127,7 @@ function AccountUsageSection({
127
  />
128
  <UsageRow label="LLM calls" value={formatCount(telemetry?.llm_calls)} />
129
  <UsageRow
130
- label="Context tokens"
131
  value={formatCount(contextTokenCount(telemetry))}
132
  />
133
  <UsageRow
 
127
  />
128
  <UsageRow label="LLM calls" value={formatCount(telemetry?.llm_calls)} />
129
  <UsageRow
130
+ label="Input tokens"
131
  value={formatCount(contextTokenCount(telemetry))}
132
  />
133
  <UsageRow