File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 107107 < div class ="calculator ">
108108 < h1 > LLM Pricing Calculator</ h1 >
109109 < div class ="input-group ">
110- < label for ="inputTokens "> Number of Input Tokens :</ label >
110+ < label for ="inputTokens "> Number of input tokens (aka prompt tokens) :</ label >
111111 < input type ="number " id ="inputTokens " min ="0 " onkeyup ="calculateCost() " onchange ="calculateCost() ">
112112 </ div >
113113 < div class ="input-group ">
114- < label for ="outputTokens "> Number of Output Tokens :</ label >
114+ < label for ="outputTokens "> Number of output tokens (aka completion tokens) :</ label >
115115 < input type ="number " id ="outputTokens " min ="0 " onkeyup ="calculateCost() " onchange ="calculateCost() ">
116116 </ div >
117117 < div class ="input-group ">
118- < label for ="inputCost "> Cost per Million Input Tokens ($):</ label >
118+ < label for ="inputCost "> Cost per million input tokens ($):</ label >
119119 < input type ="number " id ="inputCost " min ="0 " step ="0.000001 " onkeyup ="calculateCost() " onchange ="calculateCost() ">
120120 </ div >
121121 < div class ="input-group ">
122- < label for ="outputCost "> Cost per Million Output Tokens ($):</ label >
122+ < label for ="outputCost "> Cost per million output tokens ($):</ label >
123123 < input type ="number " id ="outputCost " min ="0 " step ="0.000001 " onkeyup ="calculateCost() " onchange ="calculateCost() ">
124124 </ div >
125125 < div class ="result ">
126- < p > Total Cost : $< span id ="costDollars "> 0.000000</ span > </ p >
127- < p > Total Cost : < span id ="costCents "> 0</ span > cents</ p >
126+ < p > Total cost : $< span id ="costDollars "> 0.000000</ span > </ p >
127+ < p > Total cost : < span id ="costCents "> 0</ span > cents</ p >
128128 </ div >
129129 </ div >
130130
You can’t perform that action at this time.
0 commit comments