Merge remote-tracking branch 'origin/master'

This commit is contained in:
Liuyang 2025-01-14 09:27:43 +08:00
commit 4388e46e70

View File

@ -17,7 +17,6 @@ public class ChatReqVO {
@NotNull(message = "模型ID不能为空")
private Long modelId;
@Schema(description = "应用ID", requiredMode = Schema.RequiredMode.REQUIRED)
@NotNull(message = "应用ID不能为空")
private Long applicationId;
@Schema(description = "对话的内容", requiredMode = Schema.RequiredMode.REQUIRED)
@NotEmpty(message = "对话的内容不能为空")