Andreas Köpf
Andreas Köpf
- ensure user's can only reply once to the same message - ensure user's can only label a message once via task - add additional self-labeling check to store_text_labels() -...
We need Admin UI for the following functions (**only displayed for admin users**): - [x] User-Id link in every message that navigates to the admin user-page of the author (e.g....
- all initial prompts enter PROMPT_LOTTERY_WAITING state after they passed spam tests - prompt lottery selects among available in waiting state randomly when the number of active trees for the...
- add tos_acceptance_date (default NULL) to user table - allow to signal ToS acceptance by PUT `/api/v1/users/{userid}?tos_acceptance=true` - query acceptance date via GET `/api/v1/users/{userid}` or GET `/api/v1/frontend_users/{auth_method}/{username}` - ToS acceptance...
Every user of the web application has to accept the OA ToS/license agreement before submitting data I have added backend functionality to manage users and checks for the acceptance: https://github.com/LAION-AI/Open-Assistant/pull/1046...
The backend computes trollboards similarly to leaderboards: GET `/api/v1/trollboards/{time_frame}`. Valid values for time_frame are day, week, month, total. It would be nice to have a similar view like the leaderboards...
- use backend API: GET `/api/v1/admin/backend_settings/full` and if that fails use GET `/api/v1/admin/backend_settings/public` as a fallback (only trusted api-clients can access the full settings). - add a "Parameters" tab on...
Recently additional languages were added to the system. The current tree manager settings keeps 100 trees active which is a reasonable number for languages like English. For languages with few...
Closes: #1275 - added `--state` and `--prompts-only` command line args - write user messages as list of messages - removed separate code paths for STDIO and file writing