From 72fe2b58364d5d9361de898e49413f590a735b4f Mon Sep 17 00:00:00 2001 From: Suiko Date: Tue, 28 Mar 2023 03:35:24 +0800 Subject: [PATCH] docs: update docs about vercel deployment plan --- README.en.md | 4 +--- README.md | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.en.md b/README.en.md index d1c575e..5c14b94 100644 --- a/README.en.md +++ b/README.en.md @@ -19,7 +19,7 @@ GPTeams is a third-party client based on OpenAI API, customized for ChatGPT, pro ## Features -1. Provides a completely free deployment solution using Firebase and Vercel services. The free quota is enough to meet the needs of small teams (to be implemented, already scheduled). +1. Provides a completely free deployment solution using Firebase ~~and Vercel services~~(GPTeams cannot support Vercel's Hobby Plan because the limits of Vercel's Hobby Plan make it impossible to deploy GPTeams, we are currently looking for another platform that allows easy and free deployment of GPTeams.). The free quota is enough to meet the needs of small teams (to be implemented, already scheduled). 2. Supports login through Google account, phone number, and email. 3. Equipped with an admin interface for user management, including disabling users, delete users etc. 4. System settings page, admin can set blacklist, whitelist, OpenAI API key, user traffic rules (user traffic rules setting to be implemented, already scheduled) @@ -68,8 +68,6 @@ For other variables, please refer to the README of the original [chatgpt-web](ht 2. Build the Docker image: `sudo docker build -t gpteams .` 3. Run the GPTeams container, replacing the variables with the backend environment variables described above: `sudo docker run --name gpteams -d -p 8000:3002 GOOGLE_APPLICATION_CREDENTIALS_JSON='XXXX' gpteams` -PS: If you find the above steps too complicated, please wait patiently for the next minor version release. In the next version, we will add a one-click deployment to Vercel function to make deployment even simpler and more convenient. - ## Acknowledgments [Original chatgpt-web project](https://github.com/Chanzhaoyu/chatgpt-web) diff --git a/README.md b/README.md index fca327e..dd18da3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ GPTeams 是一个专为 ChatGPT 定制的基于 OpenAI API 的第三方客户端 ## 特点 -1. 提供完全免费的部署方案,利用 Firebase 和 Vercel 服务进行部署,免费额度足以满足小型团队需求(待实现,已排期)。 +1. 提供完全免费的部署方案,利用 Firebase ~~和 Vercel 服务进行部署~~(经过实践,GPTeams无法支持Vercel的免费版,因为Vercel的免费版对 Serverless 函数的个数限制太低,而 GPTeams 计划日后添加更多好用的服务,Vercel的免费版不是长久之计,我们正在寻找另外一个可以轻松且免费部署 GPTeams 的平台),免费额度足以满足小型团队需求(待实现,已排期)。 2. 支持通过 Google 账户登录、电话号码登录以及电子邮箱登录。 3. 设有管理员界面以便于管理用户,包括禁用/启用用户,删除用户等功能。 4. 系统设置页面,可以设置系统黑名单,白名单,OpenAI API Key,流量限制规则。(流量限制规则的配置待实现,已排期)。 @@ -68,9 +68,6 @@ GPTeams 是一个专为 ChatGPT 定制的基于 OpenAI API 的第三方客户端 2. 构建 Docker 镜像:`sudo docker build -t gpteams .` 3. 运行 GPTeams 容器,注意将其中的变量替换为上文说明的后端环境变量:`sudo docker run --name gpteams -d -p 8000:3002 GOOGLE_APPLICATION_CREDENTIALS_JSON='XXXX' gpteams` - -PS: 如果你认为上述操作过于复杂,请耐心等待下一个版本的发布。在下一版本中,我们将添加一键部署到 Vercel 的功能,让部署变得更加简单和方便。 - ## 鸣谢 [chatgpt-web 原项目](https://github.com/Chanzhaoyu/chatgpt-web)