Skip to content

Commit a99be3b

Browse files
committed
Update wording for base tokens
1 parent 78c7f2b commit a99be3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ function App() {
310310
<Typography>
311311
3. <b>Token Calculation</b>: The total number of tokens is
312312
calculated by multiplying the number of tiles by the tokens
313-
per tile ({model.tokensPerTile}) and adding an additional
314-
buffer of {model.baseTokens} tokens.
313+
per tile ({model.tokensPerTile}) and adding{" "}
314+
{model.baseTokens} base tokens.
315315
</Typography>
316316
<Typography>
317317
4. <b>Cost Calculation</b>: The total cost is calculated

0 commit comments

Comments
 (0)