mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-02 15:50:54 +08:00
- 抽取并统一使用 ModelConst 处理模型前缀,移除重复的 yi- 前缀判断代码 - 网关层模型 ID 规范化逻辑集中,提升可维护性 - 修复常量文件缺失换行问题 - 前端版本号调整为 3.7.1
7 lines
132 B
C#
7 lines
132 B
C#
namespace Yi.Framework.AiHub.Domain.Shared.Consts;
|
|
|
|
public class AiHubConst
|
|
{
|
|
public const string VipRole = "YiXinAi-Vip";
|
|
}
|