Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Show all user chats

Open AbdBarho opened this issue 2 years ago • 1 comments

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?

AbdBarho avatar Feb 25 '23 17:02 AbdBarho

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

olliestanley avatar Feb 25 '23 22:02 olliestanley