Open-Assistant
Open-Assistant copied to clipboard
Show all user chats
Show all the chat for the currently logged in user.
This will require the following (maybe some of it is already implemented)
- An endpoint in the inference server to get all user chats
- A page or sub page on the website to show the list of chats
Clicking on a item from the list should open the chat.
Questions:
- our chats are just Ids, what do we want to show to the user? maybe the first message?
Since we added auth to the inference server this endpoint will list all chats for the currently authenticated user:
https://github.com/LAION-AI/Open-Assistant/blob/main/inference/server/main.py#L186