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

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

documentation
good first issue

Discussion ideas coming soon to this thread... resolves LAION-AI/Open-Assistant#174

documentation
ml

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

website

For more context see: https://github.com/LAION-AI/Open-Assistant/issues/186

data

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

website

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

website

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

discord-bot

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

bug
website

``` As a developer I want local setup automated So I can start hacking with minimal effort ```

needs discussion