AbdBarho
AbdBarho
In case the users have questions about a certain task, they can click a link that open the corresponding page from https://projects.laion.ai/Open-Assistant/ Tasks: * create a documentation page for a...
Issue and possible solution: https://github.com/docker/build-push-action/issues/761#issuecomment-1383822381
code clean up, delegate all API calls to hook, so that the react code can focus on the data and representation. Many of the changes is just shuffling interfaces around....
From https://github.com/LAION-AI/Open-Assistant/pull/744 it is possible to get stats for every user, add a component to the account page to allow each logged-in user to see their stats. Question: * should...
Refs #1047 A lot of changes are mostly clean up: in the `oasst_api_client`, the functions have been re-ordered, to move the general ones at the top. in `terms-and-service`, extracted the...
Closes #747 Blocked by #1156 #1166 Very simplistic, not much styling 
also: * sort keys in json alphabetically * change the way files are printed to be grouped by language. This will be spicy since we have many german speakers here.
Similar to how it is done for the inference services. I hope I didn't forget to update any file. I don't think this affects deployment