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 1bfbd7e commit 208969eCopy full SHA for 208969e
src/api/providers/fetchers/__tests__/openrouter.spec.ts
@@ -35,7 +35,6 @@ describe("OpenRouter API", () => {
35
}
36
37
// Verify we have all supported models except intentionally excluded Google models
38
- const excludedModels = openRouterSupportedCaching.filter((id) => id.startsWith("google/"))
39
const expectedCachingModels = openRouterSupportedCaching.filter((id) => !id.startsWith("google/")).sort()
40
41
expect(ourCachingModels.sort()).toEqual(expectedCachingModels)
0 commit comments