Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 374 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 374 Bytes

What is this?

AI craft is a version of infinite craft but powered by chatGPT

Getting started

Clone this repo, install flask and openai 0.28 then run the flask_app.py
you will also need to change your openai key in flask_app.py

pip install Flask
pip install openai==0.28
git clone https://gitlab.com/cart1416/ai-craft.git
cd ai-craft
python3 flask_app.py