DND simulator powered by agents using GPT-4o and Kani
Ensure you have the following installed:
- Python 3.10+
- pip (Python package manager)
git clone <repository-url>
cd <repository-folder>
python -m venv env
source env/bin/activate # On Windows: env\Scripts\activate
Create a .env
file in the root directory to store environment-specific configurations. Below is an example of what your .env
file should look like:
OPENAI_API_KEY='sk-xxxxx'
run the map_engine.ipynb file