Commit Graph

92 Commits

Author SHA1 Message Date
Andreas Köpf a4e5f566a8 disable summarize_story & rate_summary tasks, we focus on conversation tasks 2022-12-29 01:31:36 +01:00
Andreas Köpf 11f249101f Merge branch '55_backend_HTTP_error_feedback' into main 2022-12-29 00:06:22 +01:00
Andreas Köpf 30e65b250f remove old error_codes file 2022-12-28 22:41:39 +01:00
Igor Miagkov c4d5b58922 Updated prompt registry for random tasks sampling 2022-12-28 22:23:16 +01:00
Igor Miagkov abf2fcc1c8 Migrations for task sampling 2022-12-28 22:23:16 +01:00
Igor Miagkov 2786ad6132 Sampling random posts for tasks 2022-12-28 22:23:16 +01:00
Andreas Köpf 0c3103838b add OasstErrorCode IntEnum, use http.HTTPStatus enum 2022-12-28 19:25:39 +01:00
Andreas Köpf 36c74e238c rename handler function to 2022-12-28 14:22:53 +01:00
Andreas Köpf dda668bcd5 Add OasstError exception class and exception filter 2022-12-28 14:10:15 +01:00
Andreas Köpf 602ec355cd moved workpackage-lookup for text-replies to prompt-repository 2022-12-27 22:37:48 +01:00
Andreas Köpf f74fe68f87 add journal table and JournalWriter helper class 2022-12-27 22:37:48 +01:00
Andreas Köpf f8c3008003 Merge pull request #57 from MattAlexMiracle/main
user scoring and question selection
2022-12-26 09:47:12 +01:00
Andreas Köpf 4b842674b8 Merge pull request #60 from LAION-AI/40-introduce-text-labels-to-the-protocol
added text labels to the API and the backend
2022-12-26 09:34:00 +01:00
Yannic Kilcher d6ab6519bb removed leftover comment 2022-12-25 18:59:26 +01:00
Yannic Kilcher 78a7747e05 added docstring to migration and renamed file 2022-12-25 18:58:48 +01:00
Yannic Kilcher 703c1129dd re-introduced ALLOW_ANY_API_KEY 2022-12-25 18:24:49 +01:00
Yannic Kilcher 21f44d2d4c removed ALLOW_ANY_API_KEY and allow skipping API key check in debug 2022-12-25 17:25:30 +01:00
Yannic Kilcher a37bf6bf41 added text labels to the API 2022-12-25 17:08:57 +01:00
Alexander Mattick 81666fc68c Merge remote-tracking branch 'refs/remotes/origin/main' 2022-12-25 11:55:09 +01:00
Alexander Mattick be424c96a2 infogain analytic solution 2022-12-25 11:45:29 +01:00
Andreas Köpf 3a96cb062b fix duplicate ack_task api-calls 2022-12-22 18:58:19 +01:00
Andreas Köpf 8a48722e72 first api-interaction, fix auth_method unique-index 2022-12-22 18:41:50 +01:00
Andreas Köpf 8c9f80c636 bot: test reaction, use logger instead of print 2022-12-20 21:03:10 +01:00
Yannic Kilcher b34ef75423 started re-working python code 2022-12-19 18:00:09 +01:00
Yannic Kilcher 13551ae3e4 renamed to open assistant 2022-12-17 23:56:05 +01:00
Yannic Kilcher a6c957ccfd renamed to open assistant 2022-12-17 23:55:55 +01:00
Yannic Kilcher 1acdc66973 moved alembic 2022-12-17 23:40:40 +01:00
Andreas Köpf afb5ec3669 change alembic file_template 2022-12-17 23:31:35 +01:00
Andreas Köpf 2a56438a55 add auth_method column to person table 2022-12-17 23:01:21 +01:00
Yannic Kilcher 0d9034e4bb changed scripts location 2022-12-17 22:31:21 +01:00
Yannic Kilcher b45a974287 improved dockerfiles and developer setup 2022-12-17 22:15:01 +01:00
Andreas Köpf edf123e451 add 'laion-ai/ocgp-' prefix to backend docker image names 2022-12-17 12:06:24 +01:00
Andreas Köpf c1ae50d693 restore backend.dockerfile 2022-12-17 11:27:14 +01:00
Andreas Köpf cbda0d4f9b remove unused backend dockerfiles, only keeping docker-compose.yaml for now 2022-12-16 23:35:37 +01:00
Yannic Kilcher 5d19ebe395 added rank_initial_prompts payload and db saving 2022-12-16 22:17:13 +01:00
Andreas Köpf 6f37a3120a Merge branch 'main' of github.com:LAION-AI/Open-Chat-GPT into main 2022-12-16 18:21:55 +01:00
Andreas Köpf 1289279fc2 add ranking payload handling 2022-12-16 18:21:50 +01:00
Yannic Kilcher 385d2733ab removed addressed user 2022-12-16 18:08:58 +01:00
Yannic Kilcher fa612f8eeb sql query fix 2022-12-16 17:14:31 +01:00
Yannic Kilcher ab5be62a8a linter fix 2022-12-16 17:12:42 +01:00
Yannic Kilcher 98d6474644 changed error types 2022-12-16 17:12:11 +01:00
Yannic Kilcher aaf8ce13ab bugfix 2022-12-16 16:13:45 +01:00
Andreas Köpf 05440e0596 step 2/2 of parallel dev on task controller 2022-12-16 15:48:17 +01:00
Andreas Köpf 869c8ebcba remove old labeler & prompt REST endpoints 2022-12-16 15:23:49 +01:00
Andreas Köpf 05b677c16f step 1/2 of parallel dev on task controller 2022-12-16 15:12:12 +01:00
Andreas Köpf d47754fdab Merge branch 'db_task_protocol' into main 2022-12-16 14:56:44 +01:00
Andreas Köpf b20cee5685 tested initial PromptRepository 2022-12-16 14:53:34 +01:00
Yannic Kilcher 82e21e322a implemented ranking, changed ack 2022-12-16 14:53:18 +01:00
Andreas Köpf 5ac985e435 fix typo 2022-12-16 14:09:48 +01:00
Andreas Köpf 8296579895 added rating reaction 2022-12-16 14:07:43 +01:00