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.
Backend message API endpoints are now available (see your [local docs](http://localhost:8080/docs) while the backend is runnnig): `/messages`: by global message id (uuid) `/users/{user_id}/messages`: by global user id (uuid) `/frontend_messages`: by...
I always want to make a bot to execute GUI and terminal tasks like human, such as "check and cleanup disks", "make a funny video and upload to youtube", "edit...
Write a test that spins up backend and website, and checks whether the communication works as intended. The purpose of this is to check whether any change in the backend...
Suggestion: AGPL would be a more suitable license since this is likely to see use as a web service
I suggest considering an AGPL license. The AGPL license grants users freedoms even if they use the software through a web service instead of on their own machine. I could...
Not being able to read the docs in the console was bugging me, so I've added `--prose-wrap=always` to the precommit config. Makes the readme's readable in less, easier to grep,...
Looking at what BigScience did with petals and bloom, https://github.com/bigscience-workshop/petals, it would be cool/necessary to have a distributed architecture for training as well as inference. Very very few people will...
!! wait for changes of https://github.com/LAION-AI/Open-Assistant/pull/216 to be integrated 1. `OasstApiClient` which is currently part of the discord bot should be moved to `oasst_shared` to be used by different python...
New members need to introduce themselves briefly when they join. MEE6 auto-assigns the role "unverified" to them. Once I see their short introduction (and confirm it's not spam), I assign...
I am poking around for the first time. Broke up the lines inside paragraphs, keeping the paragraph breaks as is, of course. Also edited the code for formatting and replaced...