-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# chatgpt_qq | ||
Applying GPT to wechat | ||
chatgpt_wechat的docker部署,支持最新的gpt3.5_turbo | ||
该项目是@zhayujie大佬的项目,但是其docker部署中并不支持gpt3.5_turbo(截至3.4), | ||
所以对其进行了修改,以支持gpt3.5_turbo的部署。 | ||
非常简单: | ||
git clone https://github.com/Creazygao/chatgpt_wechat.git | ||
cd chatgpt_wechat | ||
chmod +x build.alpine.sh # 构建脚本添加执行权限 | ||
./build.alpine.sh | ||
docker run -it --name sample-chatgpt-on-wechat --env-file=.env zhayujie/chatgpt-on-wechat | ||
## Applying GPT to wechat | ||
<br>chatgpt_wechat的docker部署,支持最新的gpt3.5_turbo | ||
<br>该项目是@zhayujie大佬的项目,但是其docker部署中并不支持gpt3.5_turbo(截至3.4), | ||
<br>所以对其进行了修改,以支持gpt3.5_turbo的部署。 | ||
<br>非常简单: | ||
<br> | ||
>git clone https://github.com/Creazygao/chatgpt_wechat.git | ||
<br>cd chatgpt_wechat | ||
<br>chmod +x build.alpine.sh | ||
<br>./build.alpine.sh | ||
<br>docker run -it --name sample-chatgpt-on-wechat --env-file=.env zhayujie/chatgpt-on-wechat |