chenchun
afe9c8bcae
feat: 新增模型列表 IsPremiumPackage 字段并在 AiChatService 中设置
- 在 Yi.Framework.AiHub.Application.Contracts.Dtos.ModelGetListOutput 中新增 bool 属性 IsPremiumPackage。
- 在 Yi.Framework.AiHub.Application.Services.Chat.AiChatService 的模型映射中设置该属性,判断逻辑为 PremiumPackageConst.ModeIds.Contains(x.ModelId)。
- 便于前端区分并展示“尊享包”模型。
2025-11-25 09:59:31 +08:00
..
2025-11-25 09:59:31 +08:00
2025-09-18 16:17:10 +08:00
2025-10-14 23:02:44 +08:00
2025-10-30 14:48:53 +08:00
2025-11-10 15:03:02 +08:00
2025-11-14 23:53:29 +08:00
2025-10-28 17:43:23 +08:00
2025-10-18 13:23:54 +08:00
2025-10-15 23:00:42 +08:00
2025-10-20 10:18:24 +08:00
2025-11-16 21:32:41 +08:00