do lorebook’s not work on guest character’s or am i just doing something wrong because every time i pull a character in they just seem to not work, if not is there someway to get them to work?
is there anywhere to see some long lorebook’s for referance, i would like to see the way others write it makes things easier, or can someone post there’s?
does the Generate Expression Images after Every Chat code still work, because i copied and pasted the code from https://rentry.org/i7usm into the character java script box and all that happens is it says running code then just does nothing?
is there a example for how the Generate Expression Images after Every Chat is supose to work?
do lorebook’s not work on guest character’s or am i just doing something wrong because every time i pull a character in they just seem to not work, if not is there someway to get them to work?
I do think (upon limited testing) that the lorebooks of the ‘guest’ character, when composing a reply message, doesn’t work, it only uses the lorebook of the main character. Having both characters have the same lorebook could help with this.
is there anywhere to see some long lorebook’s for referance, i would like to see the way others write it makes things easier, or can someone post there’s?
You can check chub.ai’s lorebooks (just a warning that some contents are very NSFW), then you can convert them to Perchance format with this lorebook converter
does the Generate Expression Images after Every Chat code still work, because i copied and pasted the code from https://rentry.org/i7usm into the character java script box and all that happens is it says running code then just does nothing?
is there a example for how the Generate Expression Images after Every Chat is supose to work?It seems that the
oc.textToImage()
currently doesn’t work properly. It currently returns thedataUrl
to beundefined
. @perchance@lemmy.world pinging dev! Here is a simple character with that code, however it doesn’t currently work due to the problem with the text to image.Thanks!! Fixed. But note in the custom code of that character it should be
data.dataUrl
instead ofdata.dataURL
. But the was indeed an issue withoc.textToImage
, to be clear.it only uses the lorebook of the main character
Yep, that’s correct.
I was testing if the variable name changed and forgot to put it back 😅.
Are there any future plans to change this, so that “guest” characters can use their own lorebooks (presumably full of personal history) when crafting responses?
Either way this thread has saved me a lot of time, knowing I only need to make one lorebook per chat thread right now.
thank you for the help, I am grateful for it.
deleted by creator