chore: Update patchnote version to 1.108.0

This commit is contained in:
kwaroran
2024-05-28 20:46:11 +09:00
parent 01d43716ae
commit ca8a5009c0

View File

@@ -1,16 +1,16 @@
export const patchNote = { export const patchNote = {
version: "1.107", version: "1.108",
content: content:
` `
# Update 1.107 (Things & Stuff Update) # Update 1.108 (Low Level Access)
- Added custom toggle system in prompt template - Added new character field: Low Level Access
- Added default variable setting in prompt template and characters - Enabling this field will allow you to access the low level functions, like accessing the AI model via triggers
- Removed experimental flag from HypaMemory V2 - Added Run Main Model trigger
- Added HypaMemory V2 chunk size and allocation size setting - Added Resend AI trigger
- Changed old COT toggle to deprecated, dude to new custom toggle system - Added Check Similarity trigger
- Fixed Supamemory summary not working when generation choices are more than 1 - Added Show Alert trigger
- Fixed triggerscript not handling undefined values as null - Added is Truthy condition in trigger
- Fixed Character Card V3 export not working or missing fields in specific cases - Fixed lorebook not threatening as a match if the key is not lowercase
` `
} }