mirror of https://github.com/openclaw/openclaw.git
fix(openai): align gpt-5.4 codex context test
This commit is contained in:
parent
94b0062e90
commit
e9d802c32b
|
|
@ -191,7 +191,7 @@ describe("buildOpenAIProvider", () => {
|
|||
id: "gpt-5.4",
|
||||
api: "openai-codex-responses",
|
||||
baseUrl: "https://chatgpt.com/backend-api",
|
||||
contextWindow: 400_000,
|
||||
contextWindow: 1_050_000,
|
||||
maxTokens: 128_000,
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue