feat: 完成模型库功能模块

This commit is contained in:
chenchun
2025-12-10 15:08:16 +08:00
parent c319b0b4e4
commit 381b712b25
5 changed files with 121 additions and 200 deletions

View File

@@ -11,8 +11,5 @@ public enum ModelTypeEnum
Image = 1,
[Description("嵌入")]
Embedding = 2,
[Description("尊享包")]
PremiumChat = 3
Embedding = 2
}