Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 383 Bytes

File metadata and controls

8 lines (8 loc) · 383 Bytes

Getting Started

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