From a44ec5e2fbcdcc6c727096bec58b2e1b3f1c2c4d Mon Sep 17 00:00:00 2001 From: Rafi Date: Sat, 4 Mar 2023 00:26:16 +0800 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee6397..978b1b9 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,12 @@ A web client for ChatGPT, using OpenAI's API.
2023-03-04 -**Update to the latest official chat model `gpt-3.5-turbo` ** +**Update to the latest official chat model ** `gpt-3.5-turbo`
+
+ +2023-02-24 Version 2 is a major update that separates the backend functionality as an independent project, hosted at [chatgpt-ui-server](https://github.com/WongSaang/chatgpt-ui-server). If you still wish to use the old version, please visit the [v1 branch](https://github.com/WongSaang/chatgpt-ui/tree/v1). @@ -25,6 +28,8 @@ Version 2 introduces the following new features: - 😀 Ability to store data in an external database (defaulting to Sqlite). - 😎 Session persistence, allowing the API to answer questions based on your context. +
+ ## Quick start with Docker Compose