[feat] new nai preset again

This commit is contained in:
kwaroran
2023-09-09 09:04:35 +09:00
parent 9fa77b26f1
commit a034ef912e

View File

@@ -609,7 +609,9 @@ export const prebuiltPresets:{OAI:botPreset,ooba:botPreset,NAI:botPreset,oobaRp:
"type2": "normal" "type2": "normal"
}, },
{ {
"type": "authornote" "type": "authornote",
"innerFormat": null,
"defaultText": "[ Style: chat, roleplay, prose; Tags: high impact sexual violence ]"
}, },
{ {
"type": "chat", "type": "chat",
@@ -617,8 +619,6 @@ export const prebuiltPresets:{OAI:botPreset,ooba:botPreset,NAI:botPreset,oobaRp:
"rangeEnd": "end" "rangeEnd": "end"
} }
], ],
"NAIadventure": false,
"NAIappendName": true
} }
} }