






















@@ -238,15 +238,15 @@ refs and write a judged Markdown report:
238238239239```bash
240240pnpm openclaw qa character-eval \
241- --model openai/gpt-5.4,thinking=medium,fast \
241+ --model openai/gpt-5.5,thinking=medium,fast \
242242 --model openai/gpt-5.2,thinking=xhigh \
243243 --model openai/gpt-5,thinking=xhigh \
244244 --model anthropic/claude-opus-4-6,thinking=high \
245245 --model anthropic/claude-sonnet-4-6,thinking=high \
246246 --model zai/glm-5.1,thinking=high \
247247 --model moonshot/kimi-k2.5,thinking=high \
248248 --model google/gemini-3.1-pro-preview,thinking=high \
249- --judge-model openai/gpt-5.4,thinking=xhigh,fast \
249+ --judge-model openai/gpt-5.5,thinking=xhigh,fast \
250250 --judge-model anthropic/claude-opus-4-6,thinking=high \
251251 --blind-judge-models \
252252 --concurrency 16 \
@@ -263,7 +263,7 @@ Use `--blind-judge-models` when comparing providers: the judge prompt still gets
263263every transcript and run status, but candidate refs are replaced with neutral
264264labels such as `candidate-01`; the report maps rankings back to real refs after
265265parsing.
266-Candidate runs default to `high` thinking, with `medium` for GPT-5.4 and `xhigh`
266+Candidate runs default to `high` thinking, with `medium` for GPT-5.5 and `xhigh`
267267for older OpenAI eval refs that support it. Override a specific candidate inline with
268268`--model provider/model,thinking=<level>`. `--thinking <level>` still sets a
269269global fallback, and the older `--model-thinking <provider/model=level>` form is
@@ -278,12 +278,12 @@ Candidate and judge model runs both default to concurrency 16. Lower
278278`--concurrency` or `--judge-concurrency` when provider limits or local gateway
279279pressure make a run too noisy.
280280When no candidate `--model` is passed, the character eval defaults to
281-`openai/gpt-5.4`, `openai/gpt-5.2`, `openai/gpt-5`, `anthropic/claude-opus-4-6`,
281+`openai/gpt-5.5`, `openai/gpt-5.2`, `openai/gpt-5`, `anthropic/claude-opus-4-6`,
282282`anthropic/claude-sonnet-4-6`, `zai/glm-5.1`,
283283`moonshot/kimi-k2.5`, and
284284`google/gemini-3.1-pro-preview` when no `--model` is passed.
285285When no `--judge-model` is passed, the judges default to
286-`openai/gpt-5.4,thinking=xhigh,fast` and
286+`openai/gpt-5.5,thinking=xhigh,fast` and
287287`anthropic/claude-opus-4-6,thinking=high`.
288288289289## Related docs
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。