fix: 训练后模型没选中

This commit is contained in:
archer
2023-03-26 13:56:00 +08:00
parent 41b6401c13
commit 98c458dcf8
9 changed files with 35 additions and 32 deletions

View File

@@ -50,7 +50,7 @@ const ModelSchema = new Schema({
enum: ['openai']
},
trainId: {
// 训练时需要的 ID
// 训练时需要的 ID 不能训练的模型没有这个值。
type: String,
required: false
},