You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system should support multi-user and multi-sessions .
Multi-user
The system should support more than one users as the same time . One user not only means the same username and other characteristics, but also means one set of ai models of selection (conversation model and summarize model ). All sessions under one user should use the same models
Multi-sessions
The meaning of sessions is more like conversations. When user start to chat, there should be a session related to chat, or a new session will be created. Sessions under same user shares model choices.
Anonymous user
We allow anonymous user. Anonymous users are temp users with almost every thing same with normal users . The differences are anonymous users cannot login and all data of anonymous users will be deleted after a certain inactive time (like half hour)
Backend were designed as a multi-user and multi-session system. Most of apis are not limit with authorization and access control. We need to add the following features to make the backend as a real multi-user system.
Login and register API , simple one should work , no need to change the data structure of current account , there are already user management API in backend , update them to support anonymous user [Feature]: Login and register API #139
Contact Details
zmicost@gmail.com
What feature are you requesting?
Multi-user and multi-session
The system should support multi-user and multi-sessions .
Multi-user
The system should support more than one users as the same time . One user not only means the same username and other characteristics, but also means one set of ai models of selection (conversation model and summarize model ). All sessions under one user should use the same models
Multi-sessions
The meaning of sessions is more like conversations. When user start to chat, there should be a session related to chat, or a new session will be created. Sessions under same user shares model choices.
Anonymous user
We allow anonymous user. Anonymous users are temp users with almost every thing same with normal users . The differences are anonymous users cannot login and all data of anonymous users will be deleted after a certain inactive time (like half hour)
Backend were designed as a multi-user and multi-session system. Most of apis are not limit with authorization and access control. We need to add the following features to make the backend as a real multi-user system.
The text was updated successfully, but these errors were encountered: