hibobmaster / matrix_chatgpt_bot

A simple matrix bot that supports image generation and chatting using ChatGPT, Langchain
https://matrix.to/#/#public:matrix.qqs.tw
MIT License
75 stars 13 forks source link

Based on thread conversations, a better way to integrate bots #50

Open mwnu opened 2 months ago

mwnu commented 2 months ago

We can create spaces in Matrix, where multiple rooms can be created and bots can be invited to join (or set to join automatically). Essentially, each room represents a topic, such as programming, translation, etc. The nature of the topic is determined by the room's description, which can serve as system prompts for the bots. In these rooms, many threads can be initiated, just like this current one—where bots are set to reply within threads, engaging in conversations of varying context lengths about different issues. We might also consider setting up bots to automatically trigger responses in specific rooms without needing to be mentioned. Overall, this is just an idea. I'm very grateful to the developer for creating such a useful project, and I hope to have the opportunity to contribute to it.