ci: use supported codex mini live target · openclaw/openclaw@b56ddcc
steipete
·
2026-05-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -20,7 +20,7 @@ import { discoverAuthStorage, discoverModels } from "./pi-model-discovery.js";
|
20 | 20 | |
21 | 21 | const LIVE = isLiveTestEnabled(); |
22 | 22 | 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"; |
24 | 24 | const TARGET_MODEL_REF = |
25 | 25 | process.env.OPENCLAW_LIVE_OPENAI_REASONING_COMPAT_MODEL?.trim() || DEFAULT_TARGET_MODEL_REF; |
26 | 26 | const describeLive = LIVE ? describe : describe.skip; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。