Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Creazygao authored Mar 3, 2023
1 parent d77a014 commit 44a32a4
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
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

0 comments on commit 44a32a4

Please sign in to comment.