The aim of this library would to imbue the bots with a bit of unique personality.
The idea would be that each bot would have a unique personality prompt. Then from time to time the bot would randomly respond to messages in off-topic/configured channels.
One idea to improve this would be to send each message to GPT3 to have it rank how "interesting" the message is to the bot given its personality, and triggering a response when interest is high. This would probably get pretty expensive though, since every message would be going to GPT.
The aim of this library would to imbue the bots with a bit of unique personality.
The idea would be that each bot would have a unique personality prompt. Then from time to time the bot would randomly respond to messages in off-topic/configured channels.
One idea to improve this would be to send each message to GPT3 to have it rank how "interesting" the message is to the bot given its personality, and triggering a response when interest is high. This would probably get pretty expensive though, since every message would be going to GPT.