raythurman2386 / cognibot

Discord bot built with Pycord that offers AI chat and image generation inside of Discord. Image generations are saved in cloudinary and hosted online for all to download.
GNU General Public License v3.0
2 stars 1 forks source link

[FEATURE] System messages #74

Closed raythurman2386 closed 1 week ago

raythurman2386 commented 1 week ago

Is your feature request related to a problem? Please describe.

Having the ability to set and use custom system messages is a powerful feature of using LLM and chatbots.

Describe the solution you'd like

I have set up the database and most of the crud functionality to set up custom system messages for each user and provider. The idea is to implement user slash commands that will communicate with the database to set or update custom system messages for the users so they will be persistent.