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.
Added some pydantic validation updated to the protcol types to prevent empty text, lists and ratings less than zero for user replies: https://github.com/LAION-AI/Open-Assistant/issues/273
Right now if a user goes to the main website, it goes to the signed out page which doesn't have any obvious call to actions for contributing. They can click...
Fixes #204 - refactor: move new task's oasst api fetching into OasstApiClient - test: add contract tests for fetchTask and ackTask - docs: Add TODOs to refactor and add more...
 Reproduction: 1. On the website, choose a task type and click on it. 2. Go back 3. Click on the same task again
When trying to login via email, no email is sent. This is likely due to a variety of environment variables not being set. To do this, I propose the following:...
Fix for #272. When the list is unchanged and the user tries to submit, they are presented with this modal: Something that may be an issue is that once the...
Users should be able to give feedback for messages of a conversation when they are displayed in the fontends, e.g. during tasks to add a reply or when completed work...
This script should fill DB with: - 1000 users (Done) - 500K Random message trees (WIP)