Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 283 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 283 Bytes

Create a .env file like this:

OPENAI_API_KEY=asdf
KITTYCAD_API_TOKEN=asdf

Then setup your python and run the app:

python3.12 -m venv myenv
source myenv/bin/activate
pip3 install -r requirements.txt
python3 app.py

Open http://localhost:8001 to see the application