AbdBarho
AbdBarho
Users logged in with discord don't always have valid images. My initial hypothesis: We implemented a refresh of the user's profile images https://github.com/LAION-AI/Open-Assistant/pull/2043, which worked, but fails sometimes. It seems...
You can see this bug on dev or staging if you try changing the model couple of times. Somewhere within the mess of server side / client side rendering the...
Happens on `/chat` and in the subchats if the chat is not active  The code for this is here: https://github.com/LAION-AI/Open-Assistant/blob/9ad4062ff8e254ad554f2017810039b06c5a5893/website/src/components/Chat/ChatListItem.tsx#L155-L172
Last meeting #3321 * spam, bots, and data quality for inference and RLHF * found this old issue #914
Adds the ability to merge users in the frontend. Refs #3246 The code is ready (and I tested it locally) but is currently not used anywhere. We need to update...
## Context There are some users who are facing problem when logged in through multiple methods, i.e. email first and then google / discord second, or the other way around....