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.
Rewrite the discord-bot using [hikari](https://docs.hikari-py.dev/en/latest/).
A bunch of these commits were already added so I'm not sure why they're showing up here. The only one that I'm requesting is "[de86903](https://github.com/LAION-AI/Open-Assistant/pull/91/commits/de869033bf9edf3c051d01c264637b3d286a65ae)"
Right now in the task implementations we get to the end state and don't do anything useful. It would be better to cleanly reset the task, fetch a brand new...
When a user logs into the website, we store their Discord credentials. When they exist, we should use those instead of the websites local auth identifier so that their website...
NextAuthJS makes this a little hard. Ideally a user should be able to sign up via email and then at some later date link in their Discord account. This should...
When we're fetching a task for a contributor, we have a pretty boring loading component. It would be nice to have a visually appealing loading screen component we can re-use...
Configure and setup [Storybook](https://storybook.js.org/) to run on any visual components we build. This will help anyone developing components test their visual look and feel without worrying about any backend business....
# Goals: 1. Reduce merge conflicts in pull requests 2. Avoid having to re-edit the same file and potentially break something that is working well enough ## Some Suggestions in...
This issue is a continuation of #132 In our [index.tsx](https://github.com/LAION-AI/Open-Assistant/blob/main/website/src/pages/index.tsx) we show two different pages if the user is signed in vs not. However, many links in the headers and...