Merge pull request #188 from fuegovic/main

Added a link for the "automated installer"
This commit is contained in:
Danny Avila 2023-04-26 21:34:39 -04:00 committed by GitHub
commit 4699ad21c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -6,9 +6,11 @@
- Download the latest release here: https://github.com/danny-avila/chatgpt-clone/releases/ - 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 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 - 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:** - **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 - Download MeileSearch latest release from : https://github.com/meilisearch/meilisearch/releases
- Copy it to "C:/chatgpt-clone/" - Copy it to "C:/chatgpt-clone/"

View file

@ -244,8 +244,10 @@ Currently, this project is only functional with the `text-davinci-003` model.
- If using MongoDB Atlas, remove `&w=majority` from default connection string. - If using MongoDB Atlas, remove `&w=majority` from default connection string.
### Local ### Local
### **[In-depth instructions here!](https://github.com/danny-avila/chatgpt-clone/blob/0d4f0f74c04337aaf51b9a3eef898165a7009156/LOCAL_INSTALL.md)** ### **[Automated Installer](https://github.com/fuegovic/chatgpt-clone-local-installer)**
- thank you [@fuegovic](https://github.com/fuegovic)! (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)
### Docker ### Docker