From 5fd238af640a5eedb921158214ffa08ec4715c99 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Wed, 26 Apr 2023 16:17:46 -0400 Subject: [PATCH 1/4] Update README.md added a link for fuegovic's automated installer --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60a6e8c3dc..ede1db6948 100644 --- a/README.md +++ b/README.md @@ -244,8 +244,9 @@ Currently, this project is only functional with the `text-davinci-003` model. - If using MongoDB Atlas, remove `&w=majority` from default connection string. ### Local -### **[In-depth instructions here!](https://github.com/danny-avila/chatgpt-clone/blob/0d4f0f74c04337aaf51b9a3eef898165a7009156/LOCAL_INSTALL.md)** -- thank you [@fuegovic](https://github.com/fuegovic)! +### **[Automated Installer](https://github.com/fuegovic/chatgpt-clone-local-installer)** +### **[In-Depth Instructions](https://github.com/danny-avila/chatgpt-clone/blob/0d4f0f74c04337aaf51b9a3eef898165a7009156/LOCAL_INSTALL.md)** +- by [@fuegovic](https://github.com/fuegovic) ### Docker From 8e8ccb9c8b7b9e709656c822a323175f1ffab3c4 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Wed, 26 Apr 2023 16:21:36 -0400 Subject: [PATCH 2/4] Update LOCAL_INSTALL.md Layout Updates --- LOCAL_INSTALL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/LOCAL_INSTALL.md b/LOCAL_INSTALL.md index 988fbd46d7..5c67bb3772 100644 --- a/LOCAL_INSTALL.md +++ b/LOCAL_INSTALL.md @@ -6,9 +6,11 @@ - Download the latest release here: https://github.com/danny-avila/chatgpt-clone/releases/ - Or by clicking on the green code button in the top of the page and selecting "Download ZIP" - Or (Recommended if you have Git installed) pull the latest release from the main branch - - If you downloaded a zip file, extract the content in "C:/chatgpt-clone/" -**IMPORTANT : If you install the files somewhere else modify the instructions accordingly** + - If you downloaded a zip file, extract the content in "C:/chatgpt-clone/" + - **IMPORTANT : If you install the files somewhere else modify the instructions accordingly** + - **To enable the Conversation search feature:** - -IF YOU DON'T WANT THIS FEATURE YOU CAN SKIP THIS STEP + - **IF YOU DON'T WANT THIS FEATURE YOU CAN SKIP THIS STEP** - Download MeileSearch latest release from : https://github.com/meilisearch/meilisearch/releases - Copy it to "C:/chatgpt-clone/" From 9116e98928e221e19cb361c18d1aa9d4682ab3de Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Wed, 26 Apr 2023 16:24:37 -0400 Subject: [PATCH 3/4] Update README.md added information under the fuegovic's automated installer link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ede1db6948..8f980bdd5a 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ Currently, this project is only functional with the `text-davinci-003` model. ### Local ### **[Automated Installer](https://github.com/fuegovic/chatgpt-clone-local-installer)** +(Includes a Startup and Update Utility) ### **[In-Depth Instructions](https://github.com/danny-avila/chatgpt-clone/blob/0d4f0f74c04337aaf51b9a3eef898165a7009156/LOCAL_INSTALL.md)** - by [@fuegovic](https://github.com/fuegovic) From 766bd0c5871ebfcb3bf8ea510cf18b96faeb0a76 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Wed, 26 Apr 2023 16:26:25 -0400 Subject: [PATCH 4/4] Update README.md layout fix for previous changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f980bdd5a..cf7220deb6 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ Currently, this project is only functional with the `text-davinci-003` model. ### **[Automated Installer](https://github.com/fuegovic/chatgpt-clone-local-installer)** (Includes a Startup and Update Utility) ### **[In-Depth Instructions](https://github.com/danny-avila/chatgpt-clone/blob/0d4f0f74c04337aaf51b9a3eef898165a7009156/LOCAL_INSTALL.md)** -- by [@fuegovic](https://github.com/fuegovic) +by [@fuegovic](https://github.com/fuegovic) ### Docker