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.
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
- 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...
#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. 
First step towards resolving #493
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...
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...
Discord bot was already validating text labels before submission but this adds the same validation to the text frontend. Closes #491