mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
test: add GLM 4.5 Air models to excluded list in OpenRouter tests
- Added z-ai/glm-4.5-air and z-ai/glm-4.5-air:free to excludedReasoningBudgetModels - These models are not yet in the test fixture but are available in the live API
This commit is contained in:
parent
61fa160c26
commit
d381fde65d
1 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,8 @@ describe("OpenRouter API", () => {
|
|||
"google/gemini-2.5-flash-lite-preview-06-17",
|
||||
"google/gemini-2.5-pro",
|
||||
"anthropic/claude-opus-4.1", // Not yet available in OpenRouter API
|
||||
"z-ai/glm-4.5-air", // Not yet in test fixture
|
||||
"z-ai/glm-4.5-air:free", // Not yet in test fixture
|
||||
])
|
||||
|
||||
const expectedReasoningBudgetModels = Array.from(OPEN_ROUTER_REASONING_BUDGET_MODELS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue