Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.16 KB

Readme.md

File metadata and controls

33 lines (23 loc) · 1.16 KB

GitHub Actions Workflow Status Maintainability Test Coverage

AI Fungeon

This is a simple project to allow a user to generate a simple story using any OpenAI compatible API. Simply make create an .env file using the sample.env template as a guide, start the server on your machine, open the demo page and type your name!

Installation

pyenv install
pip install virtualenv
virtualenv .venv
. .venv/bin/activate
pip install -r requirements.txt
pip install -e .

Run

bin/start

Test

cp sample.env .test.env
bin/test

License

MIT licensed.