/geminiRPGMaster

example of RPG Master using Google Gemini AI

Primary LanguagePython

Gemini RPG Master

This repo is an example of how to use Google Gemini AI as RPG Master.

Installation

virtualenv -p python3.11 .venv
source .venv/bin/activate
pip install -R requirements.txt

create a copy of the file .env.example and rename it to .env, and set your GOOGLE_API_KEY. If you don't have an API key, you can generate one here.

Run

python main.py