Commit Graph
173 Commits
Author SHA1 Message Date
Keith Stevens c6b00365fd Simplifying the end to end docker setup to ensure it prepares the web database properly before the website starts. 2022-12-21 12:17:08 +09:00
Keith Stevens 98fe656f7d Dropping some unused copies from the website dockerfile 2022-12-20 20:30:49 +09:00
Keith Stevens c056a31d2f Ensuring the website can be built and deployed fully in docker. This includes an end to end docker-compose configuration as a simple demonstration. 2022-12-20 20:28:53 +09:00
Keith StevensandGitHub 2dbdd92791 Merge pull request #36 from LAION-AI/web-link-newui-to-backend
Link new UI to auth and backend
2022-12-20 17:52:15 +09:00
Keith Stevens 2eda464fec Dropping the fixed verification token until that's more stable 2022-12-20 16:34:19 +09:00
Keith Stevens 29246cf756 Dropping a console log that was left for debugging 2022-12-20 16:22:25 +09:00
Keith Stevens 8e1c280bd7 Adding another service in the frontend-dev docker compose configuration to make it easier to do email based login. Also adding env variables that work by default with the docker services 2022-12-20 15:55:14 +09:00
Andreas Köpf aa26c4ad03 fix bot script post oasst_shared creation 2022-12-20 00:55:39 +01:00
Yannic Kilcher 4519b7e08f improved readme 2022-12-20 00:10:15 +01:00
Andreas KöpfandGitHub 668c71d510 Merge pull request #39 from LAION-AI/extract-shared-python-code
Extracted shared python code and made it work with dockerfiles
2022-12-19 23:28:14 +01:00
Yannic Kilcher 2c997b993d adjusted readme 2022-12-19 19:13:48 +01:00
Yannic Kilcher 54d5d55415 added shared code to vscode pylance path 2022-12-19 19:11:00 +01:00
Yannic Kilcher 81b3bbb6d2 added shared code to bot 2022-12-19 18:25:58 +01:00
Yannic Kilcher 3a370c9ae2 Merge branch 'bot_new_api' into extract-shared-python-code 2022-12-19 18:07:53 +01:00
Yannic Kilcher 814fd73c9f Merge branch 'main' into bot_new_api 2022-12-19 18:07:12 +01:00
Yannic Kilcher b34ef75423 started re-working python code 2022-12-19 18:00:09 +01:00
Keith Stevens 925b51d82d Deleting the no-longer-used new_task page 2022-12-19 19:59:09 +09:00
Keith Stevens 6d006532a6 Updating the grading view to use a few Chakra components and a custom radio group for the rating scale 2022-12-19 19:50:31 +09:00
Keith Stevens 477dd84107 Adding Chakra-ui for pre-built components we can re-use and demo-ing them in the auth signin page 2022-12-19 19:06:33 +09:00
Yannic Kilcher ccc6993a4b added k-nearest-neighbor to website codeowners 2022-12-19 09:33:42 +01:00
Yannic Kilcher a869d26890 added andreaskoepf to code owners 2022-12-19 08:49:03 +01:00
Keith Stevens 2aacc542d3 Integrate the new UI pages with the working backend for the rate_summary task. This also migrates some pages to properly link up authorization flows. Some cruft is still in 2022-12-19 15:12:45 +09:00
Keith StevensandGitHub 00ad927a2e Merge pull request #26 from k-nearest-neighbor/grading_page_wip_and_homepage
Grading page wip and homepage
2022-12-19 13:44:25 +09:00
Lennon Puldagrealy e105ae9a15 Update auth methods to next-auth; Remove Supabase 2022-12-18 20:39:47 -08:00
Andreas Köpf 87559bb5dc create api_client class to call backend, partial bot rewrite 2022-12-19 03:14:25 +01:00
Lennon Puldagrealy 180704ebba self nit-pick spelling correction 2022-12-18 12:31:03 -08:00
Lennon Puldagrealy 30c727e3dc Componentize the rating button. Currently it's local to this file, can write a more general purpose common button component soon. 2022-12-18 12:26:07 -08:00
Lennon Puldagrealy 6c271e3cc1 Removed some unused stuff 2022-12-18 12:10:10 -08:00
Lennon Puldagrealy f2be89fc73 Add Prettier configuration. Run Prettier 2022-12-18 11:30:23 -08:00
Lennon Puldagrealy ed47bcaa7a Add Prettier. Remove unused Button component 2022-12-18 11:14:41 -08:00
Lennon Puldagrealy 278189d015 remove older logo version 2022-12-18 10:44:35 -08:00
Lennon Puldagrealy a296f6ea99 Grading Page WIP & Homepage 2022-12-18 10:28:43 -08:00
Andreas KöpfandGitHub 03879d2b34 Merge pull request #19 from LAION-AI/web-fetch-tasks
Update the webapp to fetch and upate tasks in sequence
2022-12-18 17:13:49 +01:00
Yannic KilcherandGitHub f37316b837 Merge pull request #20 from LAION-AI/18-backend-docker-starts-multiple-instances-of-backend
set MAX_WORKERS to 1 in gunicorn container for development
2022-12-18 13:10:54 +01:00
Yannic Kilcher 6f3de4a624 set MAX_WORKERS to 1 in gunicorn container for development 2022-12-18 11:34:02 +01:00
Keith Stevens 02ec176670 Adding a jsconfig to ensure all javascript imports can be absolute instead of relative 2022-12-18 17:38:59 +09:00
Keith Stevens 24504e1622 Merging in main 2022-12-18 15:44:38 +09:00
Keith Stevens a53d69b682 Deleting some unused API methods, storing interactions properly to the Task Backend, Adding explanatory comments, using a task queue in the client side 2022-12-18 15:43:19 +09:00
Yannic Kilcher 088effc7a9 readme fix 2022-12-18 00:19:50 +01:00
Yannic Kilcher 6b21b2359c workflow fix 2022-12-18 00:05:18 +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
Yannic Kilcher 1c5cbed06b Merge branch 'main' of github.com:LAION-AI/Open-Chat-GPT 2022-12-17 23:23:18 +01:00
Yannic Kilcher e397f32bfa added ref tag 2022-12-17 23:23:12 +01:00
Andreas Köpf 2a56438a55 add auth_method column to person table 2022-12-17 23:01:21 +01:00
Yannic Kilcher 819ecaa8b3 updated release workflow 2022-12-17 22:49:55 +01:00
Yannic Kilcher fbf4801296 changed image name 2022-12-17 22:36:42 +01:00
Yannic Kilcher a3ccaa4dc5 added tag to docker compose 2022-12-17 22:35:36 +01:00