fix(ai): exclude nonexistent GPT-5.6 alias

This commit is contained in:
Armin Ronacher
2026-07-09 21:20:33 +02:00
parent 532134428a
commit 6c735db060
5 changed files with 5 additions and 51 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ describe("getSupportedThinkingLevels", () => {
},
);
it.each(["gpt-5.6", "gpt-5.6-sol", "gpt-5.6-terra", "gpt-5.6-luna"] as const)(
it.each(["gpt-5.6-sol", "gpt-5.6-terra", "gpt-5.6-luna"] as const)(
"includes xhigh and max for OpenAI %s models",
(modelId) => {
const model = getModel("openai", modelId);