Skip to content
/ eloise Public
forked from cryscan/eloise

A QQ Chatbot based on RWKV (W.I.P.)

Notifications You must be signed in to change notification settings

wanicca/eloise

 
 

Repository files navigation

Eloise

A QQ Chatbot based on RWKV (W.I.P.)

Introduction

This is a bot for QQ IM software based on the Language Model of RWKV.

Run

  1. Install go-cqhttp.
  2. Edit config.yml; fill in your QQ and password.
  3. 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).
  4. Edit chat.py; change your model path.
  5. Create 3 empty folders in the project path: logs, images and states.
  6. Open two terminals.
    cd /path/to/eloise
  7. Run go-cqhttp in one terminal for the first time; follow instructions.
  8. Edit device.json; change protocol to 2.
  9. Run go-cqhttp again; follow instructions to log in.
  10. Run ./run.sh in another terminal.

About

A QQ Chatbot based on RWKV (W.I.P.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.0%
  • Cuda 6.2%
  • CSS 3.5%
  • C++ 3.3%