>>46719560>Figured I'd play around with it until ResDev finishes his newest versionmoshi moshi
you rang?
https://github.com/ResidentDevAnon/TavernMod/tree/rewritethings to note
>added ML like/dislike system>messages below X score get swiped automatically (you choose the score or if they get swipped at all)>added a cap to auto gen/ the above to make sure you dont drain your bankits literally called dont_drain_my_bank_please in the JS>you can disable the background ML entirely (useful once your 'good' in you reward scores file>you can hide the like systembefore someone bitches
>the stars arent centeredi know, i plan to do something in the future that involves ripping the entirety of the center chatblock out and i dont want to tism perfection to center it right now
>added a scenario override prompt (literally just replaces the cards scenario in the system prompt, make sure to clear this when your 'done' with your current chat/char it doesnt auto clear)>more little notches on the sliders>GPT3.5 / 3.5-0301 / 4 / 4-0314 model selector (the other settings like context / price tracker arent updated for 4 support yet, it will work properly just at the 3.5 context size and the cost tracker will be wrong)i plan to rip out the entirety of the generation settings chunk of code and divide it in 3 and adding that *right now* seems wasteful
>ripped out the entirety of the sub-systems menuall the prompt shit is now directly editable in the API menu, and the startup, BG shuffler, name and ML crap is in the system settings
>you can chose display message scores below the avatar on all / only char / only last / none >more things are toggle hide-able>slightly more mobile friendly (again)>fixed tavern committing norway if theres a 'bad' png card (not sure why i had to double this check, shouldve been caught by the fix i added before? shitty tavdev code i guess)there is a little bit left over stuff i didnt use
namely
>star_mapping = []still in there, but its not gonna hurt anything
i decided against 'stopping' users from double dis/liking messages and i was planning to keep track of it with that
in a later update its just going to replace the empty stars with filled stars to show "hey you did in fact like this in the past and rated it x"
the actual 'new' message scores are in the little status bar so its not a big deal if its 'not finished'
also i dont remember if it was this or last update but
>default prompts are updatedthey make fake commands and scenario override STUPID strong if you keep those 'updated in real time'
do please make a backup of your prompt settings before updating, im not sure if the new shit in the settings file will break anything