Skip to content

Commit

Permalink
Add instructions for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
piercefreeman committed Apr 14, 2024
1 parent b49513a commit 68479d8
Show file tree
Hide file tree
Showing 4 changed files with 505 additions and 828 deletions.
15 changes: 15 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Examples

## Getting started

```bash
poetry install
```

## Running

Create an `.env` file with your `OPENAI_API_KEY` defined. Then you can run any of the bundled.

```bash
poetry run python template_example.py
```
Loading

0 comments on commit 68479d8

Please sign in to comment.