[feat] added v2 spec additions to character

This commit is contained in:
kwaroran
2023-05-11 19:51:24 +09:00
parent 4ac8c71fe6
commit 52bd20d3fb
6 changed files with 70 additions and 20 deletions

View File

@@ -303,7 +303,16 @@ export function createBlankChar():character{
sdData: defaultSdDataFunc(),
utilityBot: false,
customscript: [],
exampleMessage: ''
exampleMessage: '',
creatorNotes:'',
systemPrompt:'',
postHistoryInstructions:'',
alternateGreetings:[],
tags:[],
creator:"",
characterVersion: 0,
personality:"",
scenario:"",
}
}