From 4295764f8c73c5d795433f53278190998c95ab6d Mon Sep 17 00:00:00 2001 From: Carson Yang Date: Tue, 25 Jul 2023 16:38:37 +0800 Subject: [PATCH 1/3] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 Sealos 部署方案 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a850c88..dd0afdd 100644 --- a/README.md +++ b/README.md @@ -177,8 +177,12 @@ docker-compose up docker-compose up ``` +### 安装方法III:使用 Sealos -### 安装方法III:其他部署姿势 +[![](https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg)](https://cloud.sealos.io/?openapp=system-fastdeploy%3FtemplateName%3Dgpt-academic) + + +### 安装方法IV:其他部署姿势 1. 一键运行脚本。 完全不熟悉python环境的Windows用户可以下载[Release](https://github.com/binary-husky/gpt_academic/releases)中发布的一键运行脚本安装无本地模型的版本。 脚本的贡献来源是[oobabooga](https://github.com/oobabooga/one-click-installers)。 From 4e0737c0c27d1367db8fdeaf23d5ff0ee2489969 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Wed, 26 Jul 2023 22:46:02 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dd0afdd..1fdb7c8 100644 --- a/README.md +++ b/README.md @@ -177,12 +177,8 @@ docker-compose up docker-compose up ``` -### 安装方法III:使用 Sealos -[![](https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg)](https://cloud.sealos.io/?openapp=system-fastdeploy%3FtemplateName%3Dgpt-academic) - - -### 安装方法IV:其他部署姿势 +### 安装方法III:其他部署姿势 1. 一键运行脚本。 完全不熟悉python环境的Windows用户可以下载[Release](https://github.com/binary-husky/gpt_academic/releases)中发布的一键运行脚本安装无本地模型的版本。 脚本的贡献来源是[oobabooga](https://github.com/oobabooga/one-click-installers)。 @@ -199,6 +195,8 @@ docker-compose up 5. 远程云服务器部署(需要云服务器知识与经验)。 请访问[部署wiki-1](https://github.com/binary-husky/gpt_academic/wiki/%E4%BA%91%E6%9C%8D%E5%8A%A1%E5%99%A8%E8%BF%9C%E7%A8%8B%E9%83%A8%E7%BD%B2%E6%8C%87%E5%8D%97) +6. 使用Sealos[一键部署](https://github.com/binary-husky/gpt_academic/issues/993)。 + 6. 使用WSL2(Windows Subsystem for Linux 子系统)。 请访问[部署wiki-2](https://github.com/binary-husky/gpt_academic/wiki/%E4%BD%BF%E7%94%A8WSL2%EF%BC%88Windows-Subsystem-for-Linux-%E5%AD%90%E7%B3%BB%E7%BB%9F%EF%BC%89%E9%83%A8%E7%BD%B2) From bb496a9c2c7e9139b19aba5cf5800e2c509f9d2b Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Wed, 26 Jul 2023 22:46:21 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fdb7c8..49577e6 100644 --- a/README.md +++ b/README.md @@ -197,10 +197,10 @@ docker-compose up 6. 使用Sealos[一键部署](https://github.com/binary-husky/gpt_academic/issues/993)。 -6. 使用WSL2(Windows Subsystem for Linux 子系统)。 +7. 使用WSL2(Windows Subsystem for Linux 子系统)。 请访问[部署wiki-2](https://github.com/binary-husky/gpt_academic/wiki/%E4%BD%BF%E7%94%A8WSL2%EF%BC%88Windows-Subsystem-for-Linux-%E5%AD%90%E7%B3%BB%E7%BB%9F%EF%BC%89%E9%83%A8%E7%BD%B2) -7. 如何在二级网址(如`http://localhost/subpath`)下运行。 +8. 如何在二级网址(如`http://localhost/subpath`)下运行。 请访问[FastAPI运行说明](docs/WithFastapi.md)