Open-Assistant
Open-Assistant copied to clipboard
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
Currently our discord-bot ignores unrecognized direct-messages from users, e.g. when new users send "Hello" or "help etc. - The bot should send a friendly answer with information about the `/help`...
The WikiLingua dataset is a dataset of how-to instructins in different languages, and is part of xP3. https://arxiv.org/abs/2010.03093 This would be a set of 'how to' data, so the instruction...
Before we add a RTL language as a supported language, we need to ensure the UI properly switches into RTL mode and all components behavior and render correctly. To test...
As part of the gamification layer we want to calculate the number of consecutive days on which users completed human feedback tasks and show them to the users and on...
Currently we are reaching more than 2M pairs of total datasets available in our SFT pipeline. Existing code simple put a hard limit of pairs each datasets `if len(pairs) >...
First change for #857 This adds routes and configurations to the backend such that it can decrypt web generated JSON Web Tokens using the JWE format: - A new auth...
What attack vectors exist? Find them. Squash them.
In the Admin panel we need search features or table sorting features that make it easy to find users that need moderation.
Right now the message textarea just creates a flat response. When writing code or formatted responses, we want to preserve that structure. This probably could switch the textarea to a...