Skip to content

Commit

Permalink
docs: update docs about vercel deployment plan
Browse files Browse the repository at this point in the history
  • Loading branch information
suikodev committed Mar 27, 2023
1 parent ada27a5 commit 72fe2b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,流量限制规则。(流量限制规则的配置待实现,已排期)。
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 72fe2b5

Please sign in to comment.