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

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

website

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

feature

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

backend
website
good first issue
testing

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

documentation
needs discussion

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

ml
needs discussion

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

discord-bot
backend

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

feature
good first issue

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