feat: limit prompt
This commit is contained in:
@@ -43,7 +43,10 @@ const ModelSchema = new Schema({
|
||||
default: ''
|
||||
},
|
||||
systemPrompt: {
|
||||
// 系统提示词
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
limitPrompt: {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user