Commit Graph

19 Commits

Author SHA1 Message Date
Andreas Köpf d910c310c0 fix text_frontend 204 & creation of labeling tasks (#487) 2023-01-07 21:58:29 +01:00
Oliver Stanley 45f2f3a60e Validate text labels in text frontend (#495)
* Validate text labels in text frontend

* Correct task type
2023-01-07 21:30:18 +01:00
Oliver Stanley 69bc799cd9 344: Create tasks for text labels (#381)
* Implement label task for initial prompts and replies

* Resolve formatting

* Include missing argument

* Modify text_labels API to match new model, update DB schema accordingly

* Send valid labels as part of label tasks

* Send correctly formatted valid_labels list

* Fix request format

* Fix request details for text-frontend reply label task

* Include message_id in tasks

* Address review comments

* Fix alembic tree
2023-01-06 18:39:04 +01:00
Gareth Davidson 7000e10bc0 apply pre-commit rules 2023-01-02 00:01:45 +00:00
Andreas Köpf ee14554e1b role='user' -> role='prompter' 2022-12-31 00:18:55 +01:00
Andreas Köpf 8b225430a4 BREAKING-CHANGES: Renaming several models/database objects + API protocol
person -> user
work_package -> task
post -> message
thread -> message_tree
2022-12-31 00:18:55 +01:00
Yannic Kilcher b45a974287 improved dockerfiles and developer setup 2022-12-17 22:15:01 +01:00
Andreas Köpf 07bbd0d626 update version of requests in requirements.txt of text-frontend 2022-12-16 23:10:26 +01:00
Yannic Kilcher 2c3e854bf7 improvements to the text frontend 2022-12-16 22:00:44 +01:00
Yannic Kilcher 385d2733ab removed addressed user 2022-12-16 18:08:58 +01:00
Yannic Kilcher ae03dd08c7 changed text frontend to use random post ids 2022-12-16 17:19:39 +01:00
Yannic Kilcher 7f73059488 added ranking sending to frontend 2022-12-16 14:59:42 +01:00
Yannic Kilcher 82e21e322a implemented ranking, changed ack 2022-12-16 14:53:18 +01:00
Yannic Kilcher 0f2a8971e5 added tasks to act as user or assistant 2022-12-16 10:36:40 +01:00
Yannic Kilcher 084668294b implemented asking for initial prompt 2022-12-16 09:40:27 +01:00
Yannic Kilcher f32600888d made user structured 2022-12-16 00:41:43 +01:00
Yannic Kilcher 348f81e4e7 frontend fix 2022-12-16 00:09:12 +01:00
Yannic Kilcher bb1a0fe432 added rating workflow 2022-12-16 00:03:06 +01:00
Yannic Kilcher 7ccb55e756 implemented a simple text-based frontend 2022-12-15 13:03:44 +01:00