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

Right now users can select the task type they want but for data collection goals it's better for the server to decide what task is most important. We should refactor...

website
needs discussion

The default textbox and instructions encourage fairly short message responses. We should: - [ ] Make the text area larger to encourage more writing - [ ] Add some kind...

website
UI/UX

changes: - add `.devcontainer/frontend/` that just pre-runs `npm install` from within the `/website/` dir. - add note to `.devcontainer/README.md` about this. this looks like a useful way to add multiple...

This requires: - [ ] A new web API path created in `website/src/pages/api/prompt_model.ts` or something similarly named. It should take a few post body fields: a single `prompt` string and...

website

This is an alternative to #376 that strips down the CI step to reduce any potential for unforeseen changes to other CI steps and avoids spamming the ghcr with docker...

testing

The backend should know the source of the response, whether it's coming from a web UI or from the discord bot. This will require modifications both on the backend and...

discord-bot
backend
website
good first issue

In ranking tasks, drag and drop should not be constrained to the handle only, but should be the entire text element. https://github.com/LAION-AI/Open-Assistant/blob/42deae20f29492759c2f9d11ec088d875b45d476/website/src/components/Sortable/SortableItem.tsx#L24-L33

website
good first issue
UI/UX

When a user switches to dark mode and tries to flag a message, the checkboxes and text isn't readable.

bug
backend
website

For tasks where the user has to assign labels to a given text, the backend should provide these labels, instead of hard-coding them in the frontend. This is similar to...

backend
website

Script to fill the database with mock data.

backend