feat: 新增claude接口转换支持
This commit is contained in:
@@ -4,5 +4,6 @@ public enum ModelTypeEnum
|
||||
{
|
||||
Chat = 0,
|
||||
Image = 1,
|
||||
Embedding = 2
|
||||
Embedding = 2,
|
||||
PremiumChat = 3
|
||||
}
|
||||
Reference in New Issue
Block a user