Skip to content

Commit 5cad02b

Browse files
Fix tests
1 parent 6bde382 commit 5cad02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe("CerebrasHandler", () => {
5858
it("should fallback to default model when apiModelId is not provided", () => {
5959
const handlerWithoutModel = new CerebrasHandler({ cerebrasApiKey: "test" })
6060
const { id } = handlerWithoutModel.getModel()
61-
expect(id).toBe("qwen-3-235b-a22b-instruct-2507") // cerebrasDefaultModelId
61+
expect(id).toBe("qwen-3-coder-480b") // cerebrasDefaultModelId (routed)
6262
})
6363
})
6464

0 commit comments

Comments
 (0)