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.
I am wondering if it might be useful to create a [devcontainer](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers) in this repo - this could help lower the entry barrier to users looking to maybe help or...
Discussion ideas coming soon to this thread... resolves LAION-AI/Open-Assistant#174
trainer code to train a single score reward model. Currently support webgpt and raw datasets from humanfeed back summary by openai. See readme and rank_datasets.py for more details.
We need a `role` field in the website's `User` table. By default any new user should be given the `general` role. We also need a seed script that lets us...
For more context see: https://github.com/LAION-AI/Open-Assistant/issues/186
Admins will need to review the messages posted by users. To make this simple, we should use the Backend API `/api/v1/frontend_users/{username}/messages` using the user's appropriate ID based on their auth...
This requires: - [ ] A nav link somewhere (probably the user profile drop down menu list) that is only visible to users with the `admin` role and then takes...
This is a list of features that still need to be implemented for the discord bot. Feel free ask for more detail on a specific task. ## Fixes - [x]...
If a user logs in first via email and then tries to login via discord, they will get a `OAuthAccountNotLinked` error. We should present that error with sensible instructions (login...
``` As a developer I want local setup automated So I can start hacking with minimal effort ```