Install Command
- Check Python environment (requires Python 3.7+)
- Install required tools (git, curl, etc.)
- Clone project to
~/chatgpt-on-wechat - Install Python dependencies
- Guided configuration for AI model and channel
- Start service
http://localhost:9899/chat to begin chatting.
Management Commands
After installation, use these commands to manage the service:| Command | Description |
|---|---|
./run.sh start | Start service |
./run.sh stop | Stop service |
./run.sh restart | Restart service |
./run.sh status | Check run status |
./run.sh logs | View real-time logs |
./run.sh config | Reconfigure |
./run.sh update | Update project code |
