Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (18 loc) · 555 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 555 Bytes

Funbot

A QQ bot based on go-cqhttp

A simple GPT-3.5 chatbot based on gpt-3.5 API;

You can use it in QQ group by @ it or in private chat by sending a message to it.

Bot’s QQ:2834957564

Commands

/gpt reset

Clear the current conversation history,and reset system prompt to default.

/gpt role <prompt>

Set the system prompt to <prompt>.

/gpt4 <msg>

Chat with GPT-4.

Build from source

git clone <repo>

cd <repo>

cargo build --release