We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6537b commit b56ddccCopy full SHA for b56ddcc
1 file changed
src/agents/openai-reasoning-compat.live.test.ts
@@ -20,7 +20,7 @@ import { discoverAuthStorage, discoverModels } from "./pi-model-discovery.js";
20
21
const LIVE = isLiveTestEnabled();
22
const REQUIRE_PROFILE_KEYS = isLiveProfileKeyModeEnabled();
23
-const DEFAULT_TARGET_MODEL_REF = "openai-codex/gpt-5.1-codex-mini";
+const DEFAULT_TARGET_MODEL_REF = "openai-codex/gpt-5.4-mini";
24
const TARGET_MODEL_REF =
25
process.env.OPENCLAW_LIVE_OPENAI_REASONING_COMPAT_MODEL?.trim() || DEFAULT_TARGET_MODEL_REF;
26
const describeLive = LIVE ? describe : describe.skip;
0 commit comments