Skip to content

Adding user session for chat history #722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sjiampojamarn
Copy link
Contributor

Similar to #268 but re-base from the latest after ~ a year

Currently, the chat history's shared globally for all users/sessions. This pull request isolates chat history by implementing user-specific chat history. This ensures that each user's chat history is contained within their individual sessions. Also to keep things tidy, keep the history for the last 20 chats per sessionid.

Please note that this implementation does not include any advanced or basic authentication, and there is no guarantee of security or privacy.

@realies
Copy link
Contributor

realies commented Aug 16, 2025

@ItzCrazyKns ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants