- Copy the .
.env.example
file and rename it.env
. Put in your own value for your OpenAI API Key. - Install dependencies:
poetry lock
- Run
brew install graphviz
- Run
poetry install
- To run an example:
poetry run python examples/<your directory name>/main.py
- Visit Gradio UI at
http://127.0.0.1:7860
(or whatever the terminal says it's on).