Skip to content

Commit 1993fdb

Browse files
authored
Update src/api/providers/__tests__/groq.spec.ts
1 parent 417a40f commit 1993fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/__tests__/groq.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ describe("GroqHandler", () => {
149149
expect(firstChunk.done).toBe(false)
150150
expect(firstChunk.value).toMatchObject({
151151
type: "usage",
152-
inputTokens: 100, // Full token count, no longer subtracting cached tokens
152+
inputTokens: 100,
153153
outputTokens: 50,
154154
cacheWriteTokens: 0,
155155
cacheReadTokens: 30,

0 commit comments

Comments
 (0)