A QQ Chatbot based on RWKV (W.I.P.)
This is a bot for QQ IM software based on the Language Model of RWKV.
- Install
go-cqhttp. - Edit
config.yml; fill in your QQ and password. - Check
requirements.txt; make sure you have all required packages properly installed (you may choose your own torch-gpu version depending on your CUDA version). - Edit
chat.py; change your model path. - Create 3 empty folders in the project path:
logs,imagesandstates. - Open two terminals.
cd /path/to/eloise - Run
go-cqhttpin one terminal for the first time; follow instructions. - Edit
device.json; changeprotocolto2. - Run
go-cqhttpagain; follow instructions to log in. - Run
./run.shin another terminal.