GATO-Framework / shappie

AI powered discord bot
MIT License
10 stars 7 forks source link

implementation of conversation #46

Closed niknal357 closed 1 year ago

niknal357 commented 1 year ago

I began playing around with the bot responding to messages without mentions and based on conversation, and it seems to work very well

I don't know how this is going to impact the billing and LLM usage, it obviously doesn't pipe through every message. It is based on "has the bot said something in the last 3 messages, and has that been less than 150 seconds ago". which is a pretty tight attention window.

maybe we should make a role that you need to have for shappie to consider engaging in a conversation

niknal357 commented 1 year ago

This addresses issues #44 and #37

niknal357 commented 1 year ago