mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-13 04:59:27 +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"];
|
|
} |