Skip to content

zimo27/dnd-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnd-agent

DND simulator powered by agents using GPT-4o and Kani

Environment Setup

1. Prerequisites

Ensure you have the following installed:

  • Python 3.10+
  • pip (Python package manager)

2. Runtime Setup

Step 1: Clone the repository

git clone <repository-url>
cd <repository-folder>

Step 2: Create a virtual environment

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

Step 3: Create a .env file

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'

Step 4: Run the application

run the map_engine.ipynb file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published