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
,images
andstates
. - Open two terminals.
cd /path/to/eloise
- Run
go-cqhttp
in one terminal for the first time; follow instructions. - Edit
device.json
; changeprotocol
to2
. - Run
go-cqhttp
again; follow instructions to log in. - Run
./run.sh
in another terminal.