Commit Graph

1605 Commits

Author SHA1 Message Date
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 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 13c5fc3fcc Merge branch 'main' of github.com:LAION-AI/Open-Chat-GPT into main 2022-12-16 15:01:35 +01:00
Yannic Kilcher 7f73059488 added ranking sending to frontend 2022-12-16 14:59:42 +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
Andreas Köpf 1f31e6a499 add frontend post_id binding and post reply handing 2022-12-16 13:32:06 +01:00
Andreas Köpf 082981b9d9 insert tasks into work_package table, add PromptRepository 2022-12-16 12:26:52 +01:00
Yannic Kilcher b5d19107e3 added ranking tasks to protocol 2022-12-16 11:40:59 +01:00
Yannic Kilcher a20b513732 Merge branch 'main' of github.com:LAION-AI/Open-Chat-GPT 2022-12-16 10:36:45 +01:00
Yannic Kilcher 0f2a8971e5 added tasks to act as user or assistant 2022-12-16 10:36:40 +01:00
Andreas Köpf ac563592e0 pre-commit install :-) 2022-12-16 10:01:02 +01:00
Andreas Köpf 244e23584a Merge branch 'main' of github.com:LAION-AI/Open-Chat-GPT into main 2022-12-16 09:48:32 +01:00
Andreas Köpf 10ef889261 Merge branch 'v1_db_schema' into main 2022-12-16 09:48:06 +01:00
Yannic Kilcher 084668294b implemented asking for initial prompt 2022-12-16 09:40:27 +01:00
Yannic Kilcher 5c9af18aca added docstrings 2022-12-16 09:31:42 +01:00
Yannic Kilcher 200074c13e Merge pull request #13 from LAION-AI/simple-text-frontend
implemented a simple text-based frontend
2022-12-16 09:25:31 +01:00
Andreas Köpf b38c14233f add polymorphic JSONB payload support
update nullable fields, new auth check
2022-12-16 02:08:43 +01:00
Keith Stevens 88628d7add Merge pull request #10 from LAION-AI/next-auth
Integrating Next-Auth to do user authentication on the website
2022-12-16 09:21:53 +09:00
Yannic Kilcher df3ce4aa71 Merge branch 'main' into simple-text-frontend 2022-12-16 00:48:16 +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
Andreas Köpf a827b7f19e add sqlmodel classes 2022-12-15 23:51:58 +01:00
Andreas Köpf 7d88ff4a8c use JSONB instead of Text of payload columns 2022-12-15 23:51:58 +01:00
Andreas Köpf e1a7ae42aa add v1 database alembic migration script 2022-12-15 23:51:58 +01:00
Yannic Kilcher 2f19c67d99 Merge pull request #11 from LAION-AI/duplicate-key-fi
removed duplicate api_key entry
2022-12-15 17:21:42 +01:00
Yannic Kilcher 7ccb55e756 implemented a simple text-based frontend 2022-12-15 13:03:44 +01:00
Yannic Kilcher 95a1ec9771 changed post IDs to strings 2022-12-15 12:58:45 +01:00
Yannic Kilcher e444343fad protocol uuid factory fix 2022-12-15 12:50:53 +01:00
Yannic Kilcher 8515d09bd7 removed duplicate api_key entry 2022-12-15 12:38:15 +01:00
Keith Stevens 34dcf81594 Undoing some debug statements 2022-12-15 19:28:27 +09:00
Keith Stevens dbc91b6f00 merge with main 2022-12-15 19:27:20 +09:00
Keith Stevens 2d7c7f317d Adding support for an email login method and registering new users with the labeler backend. 2022-12-15 19:25:31 +09:00
Andreas Köpf c0e9f037c6 add config defaults for postgres dev docker image, support setting POSTGRES_PASSWORD 2022-12-15 11:00:21 +01:00
Yannic Kilcher 9742f6bd7b Added initial protocol classes
Provides a rough draft of story summarization interaction
2022-12-15 10:22:50 +01:00
Keith Stevens 1f670cebd5 Cleaning up some not-used files and adding in the prisma database adapater 2022-12-15 15:45:00 +09:00
Keith Stevens 15d47e2fd0 Including vim files in gitignore for web 2022-12-15 15:30:46 +09:00
Stephan Auerhahn c7d4fbb96f restrict docker builds to versioned tags 2022-12-14 16:26:00 -08:00
Yannic Kilcher 1f286196f9 added gitignore 2022-12-14 23:52:36 +01:00