Skip to content

Commit

Permalink
Update wording for base tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcroft committed Sep 26, 2024
1 parent 78c7f2b commit a99be3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ function App() {
<Typography>
3. <b>Token Calculation</b>: The total number of tokens is
calculated by multiplying the number of tiles by the tokens
per tile ({model.tokensPerTile}) and adding an additional
buffer of {model.baseTokens} tokens.
per tile ({model.tokensPerTile}) and adding{" "}
{model.baseTokens} base tokens.
</Typography>
<Typography>
4. <b>Cost Calculation</b>: The total cost is calculated
Expand Down

0 comments on commit a99be3b

Please sign in to comment.