mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 04:47:03 -06:00
test(release): align GPT-5.6 default contracts
This commit is contained in:
@@ -91,8 +91,8 @@ if (!hasHarness) {
|
||||
}
|
||||
|
||||
const primaryModel = cfg.agents?.defaults?.model?.primary;
|
||||
if (primaryModel !== "openai/gpt-5.5") {
|
||||
throw new Error(`expected OpenAI onboarding model openai/gpt-5.5, got ${primaryModel}`);
|
||||
if (primaryModel !== "openai/gpt-5.6") {
|
||||
throw new Error(`expected OpenAI onboarding model openai/gpt-5.6, got ${primaryModel}`);
|
||||
}
|
||||
const providerRuntime = cfg.models?.providers?.openai?.agentRuntime?.id;
|
||||
if (providerRuntime && providerRuntime !== "codex") {
|
||||
|
||||
Reference in New Issue
Block a user