diff --git a/README.md b/README.md index fe322ce81..10b6b4b1c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,21 @@ https://user-images.githubusercontent.com/110412045/223754183-8b7f45ce-6517-4bd5 This project was started early in Feb '23, anticipating the release of the official ChatGPT API from OpenAI, and now uses it. Through this clone, you can avoid ChatGPT Plus in favor of free or pay-per-call APIs. I will soon deploy a demo of this app. Feel free to contribute, clone, or fork. Currently dockerized. ## Updates -
+2023-03-20 + + + +**Searching messages** is almost here as I test more of its functionality. There've been a lot of great features requested and great contributions and I will work on some soon, namely, further customizing the custom gpt params with sliders similar to the OpenAI playground, and including the custom params and system messages available to Bing. + +The above features are next and then I will have to focus on building the **test environment.** I would **greatly appreciate** help in this area with any test environment you're familiar with (mocha, chai, jest, playwright, puppeteer). This is to aid in the velocity of contributing and to save time I spend debugging. + +On that note, I had to switch the default branch due to some breaking changes that haven't been straight forward to debug, mainly related to node-chat-gpt the main dependency of the project. Thankfully, my working branch, now switched to default as main, is working as expected. + +
+ +
+
+
2023-03-16 @@ -17,9 +31,6 @@ https://user-images.githubusercontent.com/110412045/223754183-8b7f45ce-6517-4bd5 Full details and [example here](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.0.4). Message search is on the docket
- -
-
2023-03-12 @@ -157,6 +168,7 @@ Here are my recently completed and planned features: - npm - Node.js >= 19.0.0 - MongoDB installed or [MongoDB Atlas](https://account.mongodb.com/account/login) (required if not using Docker) + - MongoDB does not support older ARM CPUs like those found in Raspberry Pis. However, you can make it work by setting MongoDB's version to mongo:4.4.18 in docker-compose.yml, the most recent version compatible with - [Docker (optional)](https://www.docker.com/get-started/) - [OpenAI API key](https://platform.openai.com/account/api-keys) - BingAI, ChatGPT access tokens (optional, free AIs) @@ -181,6 +193,7 @@ By default, only local machine can access this server. To share within network o - **Provide** all credentials, (API keys, access tokens, and Mongo Connection String) in [docker-compose.yml](docker-compose.yml) under api service - **Run** `docker-compose up` to start the app +- Note: MongoDB does not support older ARM CPUs like those found in Raspberry Pis. However, you can make it work by setting MongoDB's version to mongo:4.4.18 in docker-compose.yml, the most recent version compatible with ### Access Tokens