feat: limit prompt

This commit is contained in:
archer
2023-06-24 18:55:46 +08:00
parent ec9852fc63
commit 83d755ad0e
10 changed files with 110 additions and 52 deletions

View File

@@ -43,7 +43,10 @@ const ModelSchema = new Schema({
default: ''
},
systemPrompt: {
// 系统提示词
type: String,
default: ''
},
limitPrompt: {
type: String,
default: ''
},