From 1e4f14c9b76eec2fd288961531c3af5e82e46e2e Mon Sep 17 00:00:00 2001 From: Rafi Date: Fri, 7 Apr 2023 19:39:14 +0800 Subject: [PATCH] add user guide to readme --- README.md | 2 ++ docs/zh/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index edcaf23..83b0d86 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [English](./README.md) | [中文](./docs/zh/README.md) +User guide: [https://wongsaang.github.io/chatgpt-ui-docs/](https://wongsaang.github.io/chatgpt-ui-docs/) + A ChatGPT web client that supports multiple users, multiple database connections for persistent data storage, supports i18n. Provides Docker images and quick deployment scripts. The server of this project:[https://github.com/WongSaang/chatgpt-ui-server](https://github.com/WongSaang/chatgpt-ui-server) diff --git a/docs/zh/README.md b/docs/zh/README.md index 1432a83..da7ddbc 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -4,6 +4,8 @@ [English](../../README.md) | [中文](./docs/zh/README.md) +用户指南: [https://wongsaang.github.io/chatgpt-ui-docs/zh/](https://wongsaang.github.io/chatgpt-ui-docs/zh/) + ChatGPT Web 客户端,支持多用户,支持 Mysql、PostgreSQL 等多种数据库连接进行数据持久化存储,支持多语言。提供 Docker 镜像和快速部署脚本。 本项目的服务端:[https://github.com/WongSaang/chatgpt-ui-server](https://github.com/WongSaang/chatgpt-ui-server)