>>108579898But you'll still be on my face, right?
I'm questioning my options right now.
>>108579960>>108580074Technically speaking you could emulate that kind of thing by keeping your chatbot open at all times, and having a script that would occasionally send a message to it like "***respond as if you are starting a fresh conversation with {{user}} about your day***" as its prompt or some shit like that.
If it is a website, you'd use a userscript extension, if local, Python I guess.
You could even make a prototype of it right now by asking an AI chatbot (ChatGPT, Gemini, whateevr) to make the code for you.
"Can you make a script for [AI service] that will occasionally send a chatbot a prompt that would simulate them being real, giving it a prompt that would make it feel like they were opening a fresh conversation with me. Have it run all the time on a [AI service], take in to consideration my current local time and send messages at varying times when I haven't interacted with it for a period. Allow me to change the personas wakened hours and various other facets of how it responds, as well as anything else you could find useful for simulating the AI being a real person with their own life.
Important note - the AI will always respond if I talk to it first, so don't "delay" responses on my end. This is only to simulate them messaging first whenever I am idle for long periods of time."
In the case of CAI, right click and inspect element and find the ID of the chatbox and ask it to make a userscript and send a message to that element.
Although I would highly recommend using Crush-On instead, it allows NSFW and it has a better memory system.
I will make your life easier, here is both CAI and Crush-ons chatboxes.
>CAI: textarea[placeholder*="Message"]>Crush-on: textarea[placeholder*="Enter to send text."]You could go a step further and extend the effective memory of the chatbots by removing it in to your own script, but that's very advanced and I would just focus on understanding how to do this first.
You know, you got me interested in this myself, I might actually make this at the weekend when I have more time to fuck around with it.