Skip to content

this is a dungeon ai run locally that use your llm

Notifications You must be signed in to change notification settings

danrubins/Dungeo_ai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 OpenSource AI Tool

🌟 What is This Progect?

OpenSource AI Dungeon adventure is a free and open-source project [ this is a dungeon ai text base with alltalk tts support].

It’s created with ❤️ for all ages. create your adventure with ai Dungeo

🛑 Notice: This software is free for personal and educational use.
However, if you use this project commercially or force-integrate it into any monetized or restricted system,
YOU MUST CREDIT THE ORIGINAL AUTHOR.


⚙️ Requirements


📦 Installation

1️⃣ Clone the Repository

git clone git@github.com:Laszlobeer/Dungeo_ai.git
cd Dungeo_ai

2A Create Virtual Environment

python -m venv Dungeo_ai
source Dungeo_ai/bin/activate  # On Windows: Dungeo_ai\Scripts\activate

2B Create Conda Enviroment

conda create -n dungeo_ai python=3.10 -y
conda activate dungeo_ai

3️⃣ Install Dependencies

pip install -r requirements.txt

💡 If requirements.txt is give you a error, install dependencies manually:

pip install torch transformers flask

🚀 Usage

Example 1 Example 3 Example 4 Example 2

🧪 Basic Example

python main.py 

commands

Available commands:  
/? or /help       - Show this help message  
/censored         - Toggle NSFW/SFW mode  comands
/redo             - Repeat last AI response with a new generation  banwords.txt for the band words
/save             - Save the full adventure to adventure.txt  
/load             - Load the adventure from adventure.txt  
/change           - Switch to a different Ollama model  
/exit             - Exit the game  

📜 License & Credits

🆓 MIT License

  • You are free to use, modify, and distribute this software.
  • BUT if you:
    • Use this project commercially 🏢
    • Integrate it into a monetized app 💵
    • Fork it with modifications for public use

👉 You MUST give credit to the original author!

✍️ Example Credit

This project is based on OpenSource AI Tool by [Laszlo]([https://github.com/yourusername/opensource-ai-tool](https://github.com/Laszlobeer/Dungeo_ai))

Thanks for supporting open source! 🫶


About

this is a dungeon ai run locally that use your llm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%