Skip to content

Commit 5dfa6cd

Browse files
committed
Update cost header
1 parent f5d8519 commit 5dfa6cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/worker.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ app.get("/", async (c) => {
8585
<th>Attachment</th>
8686
<th>Reasoning</th>
8787
<th>Temperature</th>
88-
<th>Input Cost</th>
89-
<th>Output Cost</th>
90-
<th>Input Cached Cost</th>
91-
<th>Output Cached Cost</th>
88+
<th>Input Cost (per 1M)</th>
89+
<th>Output Cost (per 1M)</th>
90+
<th>Input Cached Cost (per 1M)</th>
91+
<th>Output Cached Cost (per 1M)</th>
9292
<th>Context Limit</th>
9393
<th>Output Limit</th>
9494
</tr>

0 commit comments

Comments
 (0)