Skip to content

Commit bdece7e

Browse files
test(gemini): assert cache prices are cleared for custom models (#227)
1 parent a5a3fe2 commit bdece7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ describe("GeminiHandler", () => {
189189
// against the default model's rates.
190190
expect(modelInfo.info.inputPrice).toBeUndefined()
191191
expect(modelInfo.info.outputPrice).toBeUndefined()
192+
expect(modelInfo.info.cacheReadsPrice).toBeUndefined()
193+
expect(modelInfo.info.cacheWritesPrice).toBeUndefined()
192194
expect(modelInfo.info.tiers).toBeUndefined()
193195
})
194196

0 commit comments

Comments
 (0)