---

## Quickstart

1. Check above instructions for setting up your environment and export required environment variables
   For example, if you are using bash, you can run the following command to set up OpenAI API key

```bash
export OPENAI_API_KEY=your_api_key
```

2. Run the example

```
poetry run python example.py
```