fix: 训练后模型没选中
This commit is contained in:
@@ -50,7 +50,7 @@ const ModelSchema = new Schema({
|
||||
enum: ['openai']
|
||||
},
|
||||
trainId: {
|
||||
// 训练时需要的 ID
|
||||
// 训练时需要的 ID, 不能训练的模型没有这个值。
|
||||
type: String,
|
||||
required: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user