From cd50086c1e82b532411af24ac8dfffd7d692053e Mon Sep 17 00:00:00 2001 From: Rafi Date: Thu, 9 Mar 2023 18:24:55 +0800 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1817b5..d22de38 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,15 @@ Version 2 is a major update that separates the backend functionality as an indep If you still wish to use the old version, please visit the [v1 branch](https://github.com/WongSaang/chatgpt-ui/tree/v1). -Version 2 introduces the following new features: + + +## Version 2 introduces the following new features: - 😉 Separation of the frontend and backend, with the backend now using the Python-based Django framework. - 😘 User authentication, supporting multiple users. - 😀 Ability to store data in an external database (defaulting to Sqlite). - 😎 Session persistence, allowing the API to answer questions based on your context. - - ## 🚀 One-click deployment Note: This script has only been tested on Ubuntu Server 22.04 LTS.