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.
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
Create message embeddings and store them in the DB. Related to this [issue](https://github.com/LAION-AI/Open-Assistant/issues/507).
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...
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...
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
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)...
- `GET` `/frontend_users/`: list users ordered by username, `max_count` (`int`, limit), `ge` (`str`, optional, `>=` comparison on username), `lt` (`str`, optional, `