impostor
1.0.0
이것은 Tavern 호환 캐릭터 카드를 활용하여 서버의 GPT 기반 챗봇의 성격에 영향을 줄 수 있는 간단한 Discord 챗봇입니다.
아직 Docker가 없다면 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