Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Clarify token usage billing labels (#299)
Browse filesCo-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="
|
| 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
|