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

This screen here should submit the form on pressing enter

bug
website

Interactions with our human-feedback front-ends (discord bot + website) should be incentivized with a user score that is shown on a leader board (gamification) + a news feed that notifies...

backend
research

Currently, the backend responds with plain 400 messages to protocol errors, for example when a frontend responds to a ranking task of 3 items with a list of only 2...

bug
backend

When done, we should be able to manually deploy the website to some cloud provider of choice. This should use the docker image created in #23. The most likely [options](https://nextjs.org/docs/deployment)...

feature
website

This privacy policy should follow LAION's current [Privacy Policy](https://laion.ai/privacy-policy/) but be changed to make clear what personal information gets stored and under what conditions. When complete this should be presented...

discord-bot
documentation
website

The `rank_initial_prompts` task type needs to display these fields: * `prompts`: An array of prompts It takes the following interaction type: * `type`: `post_ranking` * `ranking`: An array of ints...

feature
website

The `rank_assistant_replies` task type needs to display these fields: * `conversation.messages`: An messages in a conversation * `replies`: An array of replies to the conversation Note: This is functionally equivalent...

feature
website

The `rank_user_replies` task type needs to display these fields: * `conversation.messages`: An messages in a conversation * `replies`: An array of replies to the conversation It takes the following interaction...

feature
website

background: debug login is always active when `NODE_ENV=development`, but one cannot set this variable manually in a production build, so this new environment variable is needed to run the end-to-end...

To have consistent imports, add eslint rules to encourage (and perhaps enforce?) a preferred ordering. The rules in question: https://eslint.org/docs/latest/rules/sort-imports Stick with the default eslint sorting rules ([link](https://eslint.org/docs/latest/rules/sort-imports#options)), in case...

website
good first issue