Hi. I’m not sure if this is the right place to post, but I wanted to ask if there is any existing project that would use AI to read through people’s message on discord and answer their questions (maybe based on a faq document) in real time, without requiring them to interact directly with your bot.
For example:
Someone asks in general chat something and the bot would read this message, identify it’s a common asked question and give a reply based on it. Pretty simple as my server isn’t big, so it would be just a couple questions a day
I wanted to also ask if that would be costly and if I could run that with a simple model running locally or an API is advised, please let me know (I never integrated AI with anything and that would be my first time)
As for the response part with Discord, I guess we’ll just have to work hard to make it, but for the model part, there are various things we can think of, from standalone smart LLM to RAG…
I think RAG is good if you want to refer to Q&A-type database things.
Thanks for your reply. My problem isn’t exactly working on the bot, I’m fine with that, I was just wondering since I had no experience, how effective it would be to read all the messages sent (since they would be considered inputs?) I’ll take a look at the links, looking forward to learn how to use all these new resources