Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 549 Bytes

LLaMA QQ Chatbot

Usage

  1. Install Node.js. (Version 14+ required)

  2. Install dependencies with the following lines.

git clone https://github.com/hiyouga/LLaMA-QQ-Chatbot.git
cd LLaMA-QQ-Chatbot
npm i
  1. Replace lib/bot.js line 4-5 with your QQ account.

  2. Launch app with node app.

LLaMA API

We recommend to use the Demo API of LLaMA-Efficient-Tuning.