Skip to content

Commit 2256525

Browse files
authored
fix(inference): y_costn y-axis label should be ($) not (%) (#300)
1 parent 51afebf commit 2256525

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app/src/components/inference/inference-chart-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"y_costh_title": "Cost per Million Total Tokens (Owning - Hyperscaler)",
3838
"y_costh_roofline": "lower_right",
3939
"y_costn": "costn.y",
40-
"y_costn_label": "Cost per Million Total Tokens (%)",
40+
"y_costn_label": "Cost per Million Total Tokens ($)",
4141
"y_costn_title": "Cost per Million Total Tokens (Owning - Neocloud Giant)",
4242
"y_costn_roofline": "lower_right",
4343
"y_costr": "costr.y",
@@ -128,7 +128,7 @@
128128
"y_costh_title": "Cost per Million Total Tokens (Owning - Hyperscaler)",
129129
"y_costh_roofline": "lower_left",
130130
"y_costn": "costn.y",
131-
"y_costn_label": "Cost per Million Total Tokens (%)",
131+
"y_costn_label": "Cost per Million Total Tokens ($)",
132132
"y_costn_title": "Cost per Million Total Tokens (Owning - Neocloud Giant)",
133133
"y_costn_roofline": "lower_left",
134134
"y_costr": "costr.y",

0 commit comments

Comments
 (0)