Skip to content

Commit daa283e

Browse files
committed
change order of token display in plot
1 parent 4473ceb commit daa283e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

experiment/locality-mcp-comparison/scripts/token-usage-charts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
("fresh_input_tokens", "Fresh input", "#4C78A8"),
1616
("cached_input_tokens", "Cached input", "#72B7B2"),
1717
("cache_write_input_tokens", "Cache write input", "#F58518"),
18-
("visible_output_tokens", "Output", "#54A24B"),
1918
("reasoning_output_tokens", "Reasoning output", "#E45756"),
19+
("visible_output_tokens", "Output", "#54A24B"),
2020
)
2121
COST_COMPONENTS = (
2222
("fresh_input_cost_usd", "Fresh input", "#4C78A8"),
2323
("cached_input_cost_usd", "Cached input", "#72B7B2"),
2424
("cache_write_input_cost_usd", "Cache write input", "#F58518"),
25-
("visible_output_cost_usd", "Output", "#54A24B"),
2625
("reasoning_output_cost_usd", "Reasoning output", "#E45756"),
26+
("visible_output_cost_usd", "Output", "#54A24B"),
2727
)
2828
DEFAULT_PRICING_USD_PER_1M = {
2929
"fresh_input_tokens": 1.00,

0 commit comments

Comments
 (0)