feat: 新增 gpt-5.2-codex-high 到 PremiumPackageConst
在 Yi.Framework.AiHub.Domain.Shared/Consts/PremiumPackageConst.cs 的常量数组中添加模型标识 "gpt-5.2-codex-high",并补上前一项缺失的逗号以保证语法正确。
This commit is contained in:
@@ -13,6 +13,7 @@ public class PremiumPackageConst
|
|||||||
"gpt-5.1-codex-max",
|
"gpt-5.1-codex-max",
|
||||||
"gpt-5.2",
|
"gpt-5.2",
|
||||||
"gemini-3-pro-high",
|
"gemini-3-pro-high",
|
||||||
"gemini-3-pro-image-preview"
|
"gemini-3-pro-image-preview",
|
||||||
|
"gpt-5.2-codex-high"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user