

























@@ -207,15 +207,15 @@ refs and write a judged Markdown report:
207207208208```bash
209209pnpm openclaw qa character-eval \
210- --model openai-codex/gpt-5.5,thinking=xhigh \
210+ --model openai/gpt-5.4,thinking=medium,fast \
211211 --model openai/gpt-5.2,thinking=xhigh \
212212 --model openai/gpt-5,thinking=xhigh \
213213 --model anthropic/claude-opus-4-6,thinking=high \
214214 --model anthropic/claude-sonnet-4-6,thinking=high \
215215 --model zai/glm-5.1,thinking=high \
216216 --model moonshot/kimi-k2.5,thinking=high \
217217 --model google/gemini-3.1-pro-preview,thinking=high \
218- --judge-model openai-codex/gpt-5.5,thinking=xhigh,fast \
218+ --judge-model openai/gpt-5.4,thinking=xhigh,fast \
219219 --judge-model anthropic/claude-opus-4-6,thinking=high \
220220 --blind-judge-models \
221221 --concurrency 16 \
@@ -227,13 +227,13 @@ scenarios should set the persona through `SOUL.md`, then run ordinary user turns
227227such as chat, workspace help, and small file tasks. The candidate model should
228228not be told that it is being evaluated. The command preserves each full
229229transcript, records basic run stats, then asks the judge models in fast mode with
230-`xhigh` reasoning to rank the runs by naturalness, vibe, and humor.
230+`xhigh` reasoning where supported to rank the runs by naturalness, vibe, and humor.
231231Use `--blind-judge-models` when comparing providers: the judge prompt still gets
232232every transcript and run status, but candidate refs are replaced with neutral
233233labels such as `candidate-01`; the report maps rankings back to real refs after
234234parsing.
235-Candidate runs default to `high` thinking, with `xhigh` for OpenAI models that
236-support it. Override a specific candidate inline with
235+Candidate runs default to `high` thinking, with `medium` for GPT-5.4 and `xhigh`
236+for older OpenAI eval refs that support it. Override a specific candidate inline with
237237`--model provider/model,thinking=<level>`. `--thinking <level>` still sets a
238238global fallback, and the older `--model-thinking <provider/model=level>` form is
239239kept for compatibility.
@@ -247,12 +247,12 @@ Candidate and judge model runs both default to concurrency 16. Lower
247247`--concurrency` or `--judge-concurrency` when provider limits or local gateway
248248pressure make a run too noisy.
249249When no candidate `--model` is passed, the character eval defaults to
250-`openai-codex/gpt-5.5`, `openai/gpt-5.4`, `openai/gpt-5.2`, `anthropic/claude-opus-4-6`,
250+`openai/gpt-5.4`, `openai/gpt-5.2`, `openai/gpt-5`, `anthropic/claude-opus-4-6`,
251251`anthropic/claude-sonnet-4-6`, `zai/glm-5.1`,
252252`moonshot/kimi-k2.5`, and
253253`google/gemini-3.1-pro-preview` when no `--model` is passed.
254254When no `--judge-model` is passed, the judges default to
255-`openai-codex/gpt-5.5,thinking=xhigh,fast` and
255+`openai/gpt-5.4,thinking=xhigh,fast` and
256256`anthropic/claude-opus-4-6,thinking=high`.
257257258258## Related docs
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。