diff --git a/README.en.md b/README.en.md index f98db2e7..4f900f3c 100644 --- a/README.en.md +++ b/README.en.md @@ -174,6 +174,15 @@ Refer to [#175](https://github.com/songquanpeng/one-api/issues/175) for detailed If you encounter a blank page after deployment, refer to [#97](https://github.com/songquanpeng/one-api/issues/97) for possible solutions. ### Deployment on Third-Party Platforms +
+Deploy on Sealos +
+ +Please refer to [this tutorial](https://github.com/c121914yu/FastGPT/blob/main/docs/deploy/one-api/sealos.md). + +
+
+
Deployment on Zeabur
diff --git a/README.md b/README.md index 14c8e0bf..b522e5fb 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,17 @@ docker run --name chatgpt-web -d -p 3002:3002 -e OPENAI_API_BASE_URL=https://ope 注意修改端口号、`OPENAI_API_BASE_URL` 和 `OPENAI_API_KEY`。 ### 部署到第三方平台 +
+部署到 Sealos +
+ +> Sealos 可视化部署,仅需 1 分钟。 + +参考这个[教程](https://github.com/c121914yu/FastGPT/blob/main/docs/deploy/one-api/sealos.md)中 1~5 步。 + +
+
+
部署到 Zeabur