Azure
OS: ubuntu20.04
ChatGPT-wechat
- sudo apt-get update
- sudo apt-get install python3-pip
- git clone https://github.com/zhayujie/chatgpt-on-wechat
- cd chatgpt-on-wechat/
- pip install itchat-uos==1.5.0.dev0
- pip3 install --upgrade openai
- cp config-template.json config.json
- vim config.json
- touch nohup.out
- nohup python3 app.py & tail -f nohup.out
shadow
编译安装MbedTLS
wget https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v2.28.0.tar.gz
tar -zxvf v2.28.0.tar.gz
cd mbedtls-2.28.0
make SHARED=1 CFLAGS="-O2 -fPIC"
make DESTDIR=/usr install
ldconfig
cd
wget -O ubuntu-ss-install.sh https://github.com/M3chD09/**-plugin-install/raw/master/ubuntu-ss-install.sh
chmod +x ubuntu-ss-install.sh
./ubuntu-ss-install.sh