mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Fix cerebras test: update expected default model to gpt-oss-120b
This commit is contained in:
parent
bd5807bac1
commit
e7d0eb1668
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ describe("CerebrasHandler", () => {
|
|||
it("should fallback to default model when apiModelId is not provided", () => {
|
||||
const handlerWithoutModel = new CerebrasHandler({ cerebrasApiKey: "test" })
|
||||
const { id } = handlerWithoutModel.getModel()
|
||||
expect(id).toBe("qwen-3-coder-480b") // cerebrasDefaultModelId (routed)
|
||||
expect(id).toBe("gpt-oss-120b") // cerebrasDefaultModelId
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue