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

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

backend

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

backend

This adds tooltips into the task selection page once signed in.

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

bug
website

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

testing

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

documentation

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:** ![Before](https://user-images.githubusercontent.com/30481105/210563875-446d627d-6f9f-4620-9a3e-927a880fd39f.png) **After:** ![After](https://user-images.githubusercontent.com/30481105/210563709-f45b287a-8d68-4d37-b040-45c0b0b16a90.png)