Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.08 KB

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

  • /about - Show info about this bot
  • /next [action] - Generate more of the story
  • /remember - Set persistent memories for the current story
  • /restart - Restart the story from the beginning
  • /undo - Undo or cancel the most recent action