The-Commit-Company / Raven

Simple, open source team messaging platform
https://thecommit.company/products/raven
GNU Affero General Public License v3.0
278 stars 111 forks source link

How to add ChatGPT like bot to the Raven Channel? #753

Open yiouyou opened 5 months ago

yiouyou commented 5 months ago

Is it possible to add ChatGPT like chatbot in the channel? If so, how to do it?

linear[bot] commented 5 months ago

RAV-112 How to add ChatGPT like bot the Raven Channel?

nikkothari22 commented 5 months ago

Hey @yiouyou ,

We're working on Raven Bots which will allow developers to add such features to Raven.

We expect this to be available early May this year.

Thanks!

yiouyou commented 3 months ago

@nikkothari22 When it's available, please publish the great news in documents, thanks!

yiouyou commented 2 months ago

@nikkothari22 Is this feature still on the road map?

Thanks!

nikkothari22 commented 2 months ago

@yiouyou Yes, it's on the roadmap. For now, a bot can send a message to a channel/user. Check the "Raven Bot" DocType class.

To "listen" to messages, one option is to use document hooks in Frappe. We will add a better way to listen to messages/reactions/mentions later, but for now this should work. The logic for the ChatGPT integration would need to be written by app developers though.