mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-16 06:06:37 +08:00
feat: 支持图片生成
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Yi.Framework.AiHub.Domain.Shared.Enums;
|
||||
|
||||
|
||||
public enum ModelTypeEnum
|
||||
{
|
||||
Chat = 0,
|
||||
Image = 1
|
||||
}
|
||||
Reference in New Issue
Block a user