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.
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...
The default textbox and instructions encourage fairly short message responses. We should: - [ ] Make the text area larger to encourage more writing - [ ] Add some kind...
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...
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...
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...
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
When a user switches to dark mode and tries to flag a message, the checkboxes and text isn't readable.
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...