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