Skip to content

aabbdev/dungeon_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dungeon Bot

AI Dungeon 2 Discord Bot

Dungeon Bot brings the open-ended text adventure experience of AI Dungeon 2 to Discord, allowing people to craft interesting GPT-2 generated narratives together with other users in the same channel. This is an unofficial bot based on the original open source AI Dungeon 2, and is not kept up to date with new closed-source releases.

Add it to your server!

Incoming requests are handled by app.py, which then sends prompts to a vast.ai GPU worker running process_queue.py for inference. REDIS_URL and REDIS_EXTERN_URL should point to the same redis instance. To update worker code, build and push worker image to docker hub, and repeat changes on instance via ssh.

Commands

  • !help - Shows information about commands
  • !next [text] - Continues AI Dungeon game
  • !restart - Starts the game from beginning
  • !revert - Undoes the last action

About

AI Dungeon 2 Discord Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.9%
  • Dockerfile 5.8%
  • Shell 2.3%