mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-17 12:42:17 +00:00
chore: generate
This commit is contained in:
parent
1cf8123bc6
commit
114eeb21dc
1 changed files with 6 additions and 1 deletions
|
|
@ -3068,7 +3068,12 @@ describe("ProviderTransform.variants", () => {
|
|||
for (const testCase of [
|
||||
{ id: "gpt-5.1", releaseDate: "2025-11-13", efforts: ["none", "low", "medium", "high"] },
|
||||
{ id: "gpt-5.4", releaseDate: "2026-03-05", efforts: ["none", "low", "medium", "high", "xhigh"] },
|
||||
{ id: "gpt-5.5", modelID: "gpt-5-5", releaseDate: "2026-04-23", efforts: ["none", "low", "medium", "high", "xhigh"] },
|
||||
{
|
||||
id: "gpt-5.5",
|
||||
modelID: "gpt-5-5",
|
||||
releaseDate: "2026-04-23",
|
||||
efforts: ["none", "low", "medium", "high", "xhigh"],
|
||||
},
|
||||
{ id: "gpt-5.4-pro", releaseDate: "2026-03-05", efforts: ["medium", "high", "xhigh"] },
|
||||
{ id: "gpt-5.5-pro", releaseDate: "2026-04-23", efforts: ["medium", "high", "xhigh"] },
|
||||
{ id: "gpt-5-codex", releaseDate: "2025-09-23", efforts: ["low", "medium", "high"] },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue