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
trafficstars

Browsing some code from the repo and finding most of it without docstrings makes me think that this is a good idea: http://www.pydocstyle.org/en/stable/usage.html#usage-with-the-pre-commit-git-hooks-framework

good first issue

- in oasst_shared/schemas/protocal.py I modified ConversationMessage adding the variable message_id and frontend_message_id - in backend/oasst_backend/api/v1 I modified instances of ConversationMessage in tasks.py and utils.py to include the new variable when...

At some point we need to finalise the list of valid text labels. Current list is here: https://github.com/LAION-AI/Open-Assistant/blob/main/oasst-shared/oasst_shared/schemas/protocol.py#L263 It has been mentioned that we may want to add "unhelpful" and...

backend
data
needs discussion

#432 Should be done with the issue. For now decided against moving `GeneralSidebarLayout` and `AdminSidebarLayout` into separate components. But that could easily be fixed. Fixed `/admin` page to use new...

Given we are going to sometimes get spam inputs/outputs, the messages should be able to handle long text. ![image](https://user-images.githubusercontent.com/200502/211163173-38022675-2386-4b51-96e9-1d72817da328.png)

website
UI/UX

Adding a draft PR to demonstrate random task page for #433 Note: Removed `label`ing tasks from the backend for the demonstration. Probably need to exclude them on the frontend in...

website

A [GitPOAP](https://www.gitpoap.io/) is an [NFT badge](https://www.gitpoap.io/gitpoaps) one can earn for contributing to a project on Github. Mostly crypto projects issue them as a fun way to earn some collectible and...

feature
website
nice-to-have

Discord bot was already validating text labels before submission but this adds the same validation to the text frontend. Closes #491