impostor
1.0.0
这是一个简单的 Discord 聊天机器人,可以利用 Tavern 兼容的角色卡来影响服务器上 GPT 支持的聊天机器人的个性。
如果尚未安装 Docker,请安装它。
打开终端
# Make and navigate to to a new directory
mkdir impostor
cd impostor
# Clone the repo
git clone https://github.com/amiantos/impostor.git .
# Copy the example config to a new config file
cp conf/config.json.example conf/config.json
# Edit the new config file to insert your information
nano conf/config.json
# Start the bot
./start.sh
# Stop the bot
./stop.sh