modify README.md

This commit is contained in:
Rafi
2023-03-01 09:17:34 +08:00
parent 60cd0689fb
commit 51e8ea8d1a

View File

@@ -4,14 +4,10 @@
# ChatGPT UI # ChatGPT UI
---
A web client for ChatGPT, using OpenAI's API. A web client for ChatGPT, using OpenAI's API.
## 📢Updates ## 📢Updates
---
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). 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). If you still wish to use the old version, please visit the [v1 branch](https://github.com/WongSaang/chatgpt-ui/tree/v1).
@@ -26,7 +22,6 @@ Version 2 introduces the following new features:
## Quick start with Docker Compose ## Quick start with Docker Compose
---
### Run services ### Run services
Below is a docker-compose.yml template: Below is a docker-compose.yml template:
@@ -85,8 +80,6 @@ Before you can start chatting, you need to log in to the admin panel to add an O
## Development ## Development
---
### Setup ### Setup
Make sure to install the dependencies: Make sure to install the dependencies: