From a99be3b329e1d9f9565c690a7e8905d8b7f8f5c6 Mon Sep 17 00:00:00 2001 From: James Croft Date: Thu, 26 Sep 2024 11:13:32 +0100 Subject: [PATCH] Update wording for base tokens --- src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index eb6c217..771c38a 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -310,8 +310,8 @@ function App() { 3. Token Calculation: 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. 4. Cost Calculation: The total cost is calculated