From 11a31e476bf32e28c91c65c5a98e0ce9a6e428fd Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 17 May 2026 00:59:34 +0800 Subject: [PATCH] test: align Codex bind live model --- src/gateway/gateway-codex-bind.live.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateway/gateway-codex-bind.live.test.ts b/src/gateway/gateway-codex-bind.live.test.ts index 97bad0a6081..f186a80f5a3 100644 --- a/src/gateway/gateway-codex-bind.live.test.ts +++ b/src/gateway/gateway-codex-bind.live.test.ts @@ -30,7 +30,7 @@ const CODEX_BIND_LIVE = isTruthyEnvValue(process.env.OPENCLAW_LIVE_CODEX_BIND); const describeLive = LIVE && CODEX_BIND_LIVE ? describe : describe.skip; const CODEX_BIND_TIMEOUT_MS = 10 * 60_000; const CODEX_BIND_REQUEST_TIMEOUT_MS = 180_000; -const DEFAULT_CODEX_BIND_MODEL = "gpt-5.4"; +const DEFAULT_CODEX_BIND_MODEL = "gpt-5.5"; type CapturedOutboundReply = { accountId?: string;