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

Like title, should help up people using it: CodeBugger added some disclaimer on the pip install and added a new notebook with big copypasta no need to install

ml

Create message embeddings and store them in the DB. Related to this [issue](https://github.com/LAION-AI/Open-Assistant/issues/507).

backend

Now the don't have a clear way to exit task solving page, except the icon & account menu. I think we should include `.getLayout = (page) => getDashboardLayout(page)` for each...

website
UI/UX

Converted the data_augmentation files from the notebooks. https://github.com/LAION-AI/Open-Assistant/issues/460

this adds - an example notebook as `notebooks/example/` - a readme in `notebooks/example/README.md` - a code cell at the top of `notebooks/example/example.ipynb`, to be uncommented and ran if running in...

documentation

Can we consider developing the model on `https://huggingface.co/bigscience/bloomz` as it is open-source and we can directly transfer learn and start training our model on this. https://huggingface.co/bigscience/bloomz

ml
question

Untrusted (normal) api_clients must only resolve, view and edit users that were registered by themselves. Trusted api_clients can manage all users. Returned user model contains global OA user id (UUID)...

backend

- `GET` `/frontend_users/`: list users ordered by username, `max_count` (`int`, limit), `ge` (`str`, optional, `>=` comparison on username), `lt` (`str`, optional, `

backend