Skip to content

Commit b56ddcc

Browse files
committed
ci: use supported codex mini live target
1 parent 8c6537b commit b56ddcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agents/openai-reasoning-compat.live.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { discoverAuthStorage, discoverModels } from "./pi-model-discovery.js";
2020

2121
const LIVE = isLiveTestEnabled();
2222
const REQUIRE_PROFILE_KEYS = isLiveProfileKeyModeEnabled();
23-
const DEFAULT_TARGET_MODEL_REF = "openai-codex/gpt-5.1-codex-mini";
23+
const DEFAULT_TARGET_MODEL_REF = "openai-codex/gpt-5.4-mini";
2424
const TARGET_MODEL_REF =
2525
process.env.OPENCLAW_LIVE_OPENAI_REASONING_COMPAT_MODEL?.trim() || DEFAULT_TARGET_MODEL_REF;
2626
const describeLive = LIVE ? describe : describe.skip;

0 commit comments

Comments
 (0)