mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 08:26:37 +08:00
8 lines
219 B
C#
8 lines
219 B
C#
|
|
using Microsoft.AspNetCore.Mvc.ModelBinding.Metadata;
|
|||
|
|
|
|||
|
|
namespace Yi.Framework.AiHub.Domain.Shared.Consts;
|
|||
|
|
|
|||
|
|
public class PremiumPackageConst
|
|||
|
|
{
|
|||
|
|
public static List<string> ModeIds = ["claude-sonnet-4-5-20250929"];
|
|||
|
|
}
|