Skip to content

jacobEAdamson/ai-fungeon-api

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published