I have attempted this project before with more roleplaying based bots so it used one of those as a base (as evidenced by some of it’s odd methods of messaging like actions and its dating base, the base was chosen because it is really enthusiastic and I already perfected it). Right now it is able to take notes provided through the code (the plan is to turn this into a gui format too later) and then feed it to a small local model (the model only amounts to 3.7gb in size so an extremely small one made to fit onto my 1080’s vram). This model turns it into a conversational base and asks questions. You answer and your answer is understood and either “fixed up” if you were incorrect or affirmed and you’re asked another question.
This has gone through 3 notable iterations, a start with just multiple choice questions, a roleplaying format that requires more back and forth, and this current state of the same roleplaying base but with an included gui.
There is a full gui for messaging but it is pretty lackluster as evidenced by the image. Future plans are to give it more color, auto select the text box when the program is open, and most importantly fix the messed up sizing on the message text boxes.