feat: chat quote

This commit is contained in:
archer
2023-05-23 15:09:57 +08:00
parent ee2c259c3d
commit 944e876aaa
29 changed files with 933 additions and 660 deletions

View File

@@ -47,10 +47,14 @@ const ChatSchema = new Schema({
type: String,
required: true
},
systemPrompt: {
type: String,
default: ''
quote: {
type: [{ id: String, q: String, a: String }],
default: []
}
// systemPrompt: {
// type: String,
// default: ''
// }
}
],
default: []