Skip to content

Commit 92b07d5

Browse files
committed
Tests: align Codex gpt-5.4 fallback expectation
1 parent 6e2d2ee commit 92b07d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/model-compat.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ describe("resolveForwardCompatModel", () => {
369369
expectResolvedForwardCompat(model, { provider: "openai-codex", id: "gpt-5.4" });
370370
expect(model?.api).toBe("openai-codex-responses");
371371
expect(model?.baseUrl).toBe("https://chatgpt.com/backend-api");
372-
expect(model?.contextWindow).toBe(272_000);
372+
expect(model?.contextWindow).toBe(1_050_000);
373373
expect(model?.maxTokens).toBe(128_000);
374374
});
375375

0 commit comments

Comments
 (0)