Skip to content

paulormnas/geminiRPGMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

example of RPG Master using Google Gemini AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages