Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 284 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 284 Bytes

About

This is a proof of concept API demonstrating how AI could be utilized in the gaming community to prevent others from using software/programs to gain an unfair advantage.

Setup

poetry install

poetry shell

export OPENAI_API_KEY=...

uvicorn app:app --reload