feat: 复制和删除对话功能
This commit is contained in:
@@ -52,7 +52,7 @@ const ModelSchema = new Schema({
|
||||
trainId: {
|
||||
// 训练时需要的 ID
|
||||
type: String,
|
||||
required: true
|
||||
required: false
|
||||
},
|
||||
chatModel: {
|
||||
// 聊天时使用的模型
|
||||
|
||||
Reference in New Issue
Block a user