oxagast / Franklin

Franklin is a LLM powered AI IRC chat bot
https://franklin.oxasploits.com
Other
10 stars 5 forks source link

Implement a 'continue' function #18

Closed oxagast closed 8 months ago

oxagast commented 8 months ago

There should be a way for the bot to "continue" on to the next chunk of text that was not able to fit in the 520 character limit in the IRC chat. I'm thinking something along the lines of being able to call Franklin in a scenario such as:

Hyper: why am I not getting any fun smash time with girls? Franklin: Sorry, my response earlier was not adequate. Here is a revised version: Smash time with girls can be a lot of fun! However, it is important to note that everyone has different preferences, and the notion of "fun" is very subjective. Some potential reasons you are not getting smash time with girls could include: 1. TXID:c26e447e Hyper: Franklin: continue c26e447e 2 Franklin: Timing: You might be putting yourself out there at the wrong time, or the girls you are interested in might be occupied or not ready for a relationship. 2. Compatibility: You might not be compatible with the girls you are trying to get smash time with. Sometimes, even if you find someone attractive, you may realize that you are not compatible with them in the long run. 3. Misperceptions: You might be misperceiving the situation or the girls' interest in you, which TXID:c26e447e

and so on. Where calling the command is structured as:

Franklin: continue [TXID] [Chunk#]

The chunk number can be optional, and if not defined, should be the chunk after the previous chunk.

I think it would be probably prudent to also allow chunk 1 to be defined, to recall the text from the saved text in the database as well, and have any message able to be identified and requested this way from the database in said/.

oxagast commented 8 months ago

Continue function has been implemented to spec.