Oliver Stanley
Oliver Stanley
The documentation for shot events specifies a boolean attribute 'open_goal' but in the data I have been using (WSL 2018/19 & 2019/20) this does not appear to be present in...
This adds backend support for text label tasks for initial prompts and replies. Also adds support for the tasks to the discord-bot and the text-frontend, but not the website
At some point we need to finalise the list of valid text labels. Current list is here: https://github.com/LAION-AI/Open-Assistant/blob/main/oasst-shared/oasst_shared/schemas/protocol.py#L263 It has been mentioned that we may want to add "unhelpful" and...
Discord bot was already validating text labels before submission but this adds the same validation to the text frontend. Closes #491
The frontends should inform the user if an invalid label is entered and request updated labels during a text label task
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, `
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)...