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 1553 Open-Assistant issues
Sort by recently updated
recently updated
newest added

We have a new `DatasetEntry` class which helps us to generalize over datasets and enforce a common formatting. We need to implement this class for a couple of more datasets:...

good first issue

I think being able to flag, tag and rate chat responses in the chat UI could maybe be a very useful capability for a few different things. - Could be...

feature
website
UI/UX

Currently the `DatasetEntry` class cannot be used for reward model training, and a `NotImplementedError` is thrown, see https://github.com/LAION-AI/Open-Assistant/blob/main/model/model_training/custom_datasets/formatting.py#L88. This should be fixed as soon as possible. The response structure can...

ml

We need chat deletion (#2582) and data opt out (#2580) first.

inference

Currently there is no functionality to change as we don't have a mechanism of exporting chats.

inference

Investigate how this can happen & see how to fix it

bug
inference

Open Assistant is great, but sometimes it will predict a long answer where I can spot a misinterpretation right away. Whether this is because my prompt was faulty and I...

inference

On Google pixel 6 I see this in a new chat: ![Screenshot_20230423-190240](https://user-images.githubusercontent.com/2178292/233856962-a2ffe1d7-178d-400c-8ca0-047356c8029f.png) I have to scroll down to see the input: ![Screenshot_20230423-190249](https://user-images.githubusercontent.com/2178292/233856951-b1697149-02c9-44ae-8621-3c816f1fd66f.png) Was showing a family member chat on their...

bug
website
good first issue
UI/UX

Added a few logs of what I think could be causing an undefined user value. closes #2701

This fixes display names spilling over the rest of the ui. Below is an image showing what the result looks like on the leader board. ![image](https://user-images.githubusercontent.com/50634068/233856264-f909d34f-92e0-4f27-937d-b9cb91cbcc03.png) Closes #2851

ml