[ChatGPT]自建服务器,对接微信完全教程!
引用:https://www.buxiaoyao.com/chatgpt-wechat/
git地址: https://github.com/zhayujie/chatgpt-on-wechat
启动命令,进入chatgpt-on-wechat目录执行:sudo nohup python3 app.py & tail -f nohup.out
参考相关命令
proxychains4 proxyresolv api.openai.com nohup python3 app.py & tail -f nohup.out
sudo nohup python3 app.py & tail -f nohup.out
find / -name proxyresolv 2>/dev/null
cd /usr/pkgsrc/
git clone git://wip.pkgsrc.org/pkgsrc-wip.git wip
(advanced; no history) git clone --depth 1 git://wip.pkgsrc.org/pkgsrc-wip.git wip
git pull -r
nohup proxychains4 proxyresolv api.openai.com python3 app.py & tail -f nohup.out