impostor
1.0.0
Dies ist ein einfacher Discord-Chatbot, der Tavern-kompatible Charakterkarten verwenden kann, um die Persönlichkeit von GPT-basierten Chatbots auf Ihrem Server zu beeinflussen.
Installieren Sie Docker, falls Sie es noch nicht haben.
Öffnen Sie das Terminal
# 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