Open-Assistant icon indicating copy to clipboard operation
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.

Results 1560 Open-Assistant issues
Sort by recently updated
recently updated
newest added

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...

website

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...

website

![image](https://user-images.githubusercontent.com/200502/210454751-9fb6b626-8be8-48e2-987f-65d1ae4adf36.png) Reproduction: 1. On the website, choose a task type and click on it. 2. Go back 3. Click on the same task again

bug
website

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:...

website

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...

website
UI/UX

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...

backend

This script should fill DB with: - 1000 users (Done) - 500K Random message trees (WIP)

backend
testing