From ddd915d63b05881c77d0e92a6c6b538ce0fce257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20Mo=C3=ABll?= Date: Tue, 13 Dec 2022 15:12:22 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9bce6a1..f7083c8a 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,12 @@ https://roan-iguanadon-a58.notion.site/Open-Chat-Gpt-83dd217eeeb84907a155b8a9d71 Run `pre-commit install` to install the pre-commit hooks. ### Bot - We have a folder named bot where code related to the bot lives. ### Backend - We have a backend folder for backend development of the api that the discord bot sends it information to. + +### Website +We have a folder for the website, live at +https://projects.laion.ai/Open-Chat-GPT/ +The website is built using Next.js From d81375719d10632c6ff57232f212d5ff5d52d785 Mon Sep 17 00:00:00 2001 From: Birger Moell Date: Tue, 13 Dec 2022 16:37:16 +0100 Subject: [PATCH 2/2] Updated with working local pre-commit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f7083c8a..ff7e37b5 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,13 @@ https://roan-iguanadon-a58.notion.site/Open-Chat-Gpt-83dd217eeeb84907a155b8a9d71 Run `pre-commit install` to install the pre-commit hooks. ### Bot + We have a folder named bot where code related to the bot lives. ### Backend + We have a backend folder for backend development of the api that the discord bot sends it information to. ### Website -We have a folder for the website, live at -https://projects.laion.ai/Open-Chat-GPT/ -The website is built using Next.js + +We have a folder for the website, live at https://projects.laion.ai/Open-Chat-GPT/ .The website is built using Next.js