Commit
·
0f72b98
1
Parent(s):
eda87ee
- src/App.tsx +1 -1
src/App.tsx
CHANGED
@@ -256,7 +256,7 @@ const App: React.FC = () => {
|
|
256 |
or OpenAI should be the same.
|
257 |
</p>
|
258 |
<p className="italic text-sm text-muted-foreground mb-4">
|
259 |
-
Blended Price reflects the average cost of input and output tokens, calculated using a fixed ratio (
|
260 |
</p>
|
261 |
|
262 |
<Table>
|
|
|
256 |
or OpenAI should be the same.
|
257 |
</p>
|
258 |
<p className="italic text-sm text-muted-foreground mb-4">
|
259 |
+
Blended Price reflects the average cost of input and output tokens, calculated using a fixed ratio (3:1), to give a unified rate per million tokens.
|
260 |
</p>
|
261 |
|
262 |
<Table>
|