We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c7f2b commit a99be3bCopy full SHA for a99be3b
src/App.jsx
@@ -310,8 +310,8 @@ function App() {
310
<Typography>
311
3. <b>Token Calculation</b>: The total number of tokens is
312
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.
+ per tile ({model.tokensPerTile}) and adding{" "}
+ {model.baseTokens} base tokens.
315
</Typography>
316
317
4. <b>Cost Calculation</b>: The total cost is calculated
0 commit comments