This commit is contained in:
2026-08-28 17:04:23 +08:00
parent 9fe0fd6cfc
commit dc9abf07a5
119 changed files with 197 additions and 219 deletions
-3
View File
@@ -45,7 +45,4 @@ const (
// 模型版本号前缀(m1.0.0),同数据集内递增
ModelVersionPrefix = "m"
// AI 生成图距离/数量校验:单张不合格重生成次数上限(连续不合格即报错返回,防死循环烧钱)
GenValidateMaxAttempts = 3
)