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.
text labels can be collected throughout the application. these are things like "profanity", "helpful", etc. They can be found here: https://github.com/LAION-AI/Open-Chat-GPT/blob/main/oasst-shared/oasst_shared/schemas/protocol.py#L232 We also want dedicated task types: - label_initial_prompt -...
This adds backend support for text label tasks for initial prompts and replies. Also adds support for the tasks to the discord-bot and the text-frontend, but not the website
When you go to a task and try to flag a message with one of the checkbox entries, nothing happens. Inspecting the network logs it's calling an API path (`/api/v1/text_labels`)...
Some pages (account, privacy-policy, terms-of-service) are not correctly displayed in dark mode. This is fixed in this PR. E.g. for the account page: Before: After:
At the moment these are enabled for PRs that change the website and for pushes to main. Note it does take 3-10mins to run. Closes #274 (though it only runs...
related to this issue: https://github.com/LAION-AI/Open-Assistant/issues/340 you can see the docs site create by this branch here: https://andrewm4894.github.io/Open-Assistant/ changes: - add docusaurus project under /docs - add gh action to deploy...
Initial implementation for #307. Looks like this now: Unfortunately the flagging currently does not work..
I wanted to better understand the databases involved so I made some ER-diagrams. May be helpful for other people as well so I though I might share it. I necessary...
Worked on #338 As requested by comment https://github.com/LAION-AI/Open-Assistant/issues/338#issuecomment-1370184588 added tooltip for the report buttons **Before:**  **After:** 