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 417a40f commit 1993fdbCopy full SHA for 1993fdb
src/api/providers/__tests__/groq.spec.ts
@@ -149,7 +149,7 @@ describe("GroqHandler", () => {
149
expect(firstChunk.done).toBe(false)
150
expect(firstChunk.value).toMatchObject({
151
type: "usage",
152
- inputTokens: 100, // Full token count, no longer subtracting cached tokens
+ inputTokens: 100,
153
outputTokens: 50,
154
cacheWriteTokens: 0,
155
cacheReadTokens: 30,
0 commit comments