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

Extend Chat Log Storage #56

Closed raythurman2386 closed 2 weeks ago

raythurman2386 commented 2 weeks ago

Currently the chat log with LLMs is one stream of chats from a single user to the assistant.

This needs extended to save per user by discord id.

This create a chat history for each user that uses the LLM's and provides a better user experience.

That in turn should make for more accurate chats for each user since it is based off of their own chat history.