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"];
|
|
} |