Commit Graph

85 Commits

Author SHA1 Message Date
Andreas Köpf b20cee5685 tested initial PromptRepository 2022-12-16 14:53:34 +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 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
Yannic Kilcher 1f286196f9 added gitignore 2022-12-14 23:52:36 +01:00
Yannic Kilcher 2b02ef2ddc docstring fix 2022-12-14 23:51:42 +01:00
Yannic Kilcher 96d668fa4b Rough draft of story summarization interaction 2022-12-14 23:08:08 +01:00
Birger Moëll 6d892f3895 Merge pull request #8 from LAION-AI/bot-to-laion-update
Bot to laion update
2022-12-14 22:34:25 +01:00
Birger Moell 7dc714fc30 Lint fix 2022-12-14 21:56:32 +01:00
Birger Moell f04e0efd49 Updated code to work on LAION server 2022-12-14 21:55:33 +01:00
Yannic Kilcher b0a5c9bcca Merge pull request #7 from MattAlexMiracle/main
implemented "Ranked Pairs" algorithm for merging rankings from different users
2022-12-14 20:45:31 +01:00
Alexander Mattick 38ca08446d ran pre-commit hook 2022-12-14 20:32:23 +01:00
Alexander Mattick 55a2b892b0 implemented "Ranked Pairs" algorithm for merging
rankings from different users
2022-12-14 19:57:45 +01:00
Yannic Kilcher 6048f54333 Merge pull request #5 from LAION-AI/bot-update
Bot update
2022-12-14 10:03:43 +01:00
Keith Stevens 1f5e563b1d Adding a basic version of next-auth-js using Discord and ensuring an authenticated user can fetch prompts from the real backend using an API middlelayer 2022-12-14 11:49:42 +09:00
Birger Moell 0ff400c947 lint fix 2022-12-14 01:16:03 +01:00
Birger Moell c807737ab4 Fix typo and added logger 2022-12-14 01:15:20 +01:00
Yannic Kilcher 38349b6661 updated readme 2022-12-14 00:17:52 +01:00
Yannic Kilcher 8d3b2bf036 Added setup for backend local development
local database setup
2022-12-14 00:16:07 +01:00
Yannic Kilcher 4c06c3fb93 removed alembic section 2022-12-14 00:14:49 +01:00