Directory structure:
└── simonw-llm-openai-plugin/
├── README.md
├── LICENSE
├── llm_openai.py
├── pyproject.toml
├── tests/
│ ├── conftest.py
│ ├── test_openai.py
│ ├── __snapshots__/
│ │ └── test_openai.ambr
│ └── cassettes/
│ └── test_openai/
│ ├── test_async_model.yaml
│ ├── test_async_model_schema.yaml
│ ├── test_options[options0].yaml
│ ├── test_options[options1].yaml
│ ├── test_options[options2].yaml
│ ├── test_options[options3].yaml
│ └── test_options[options4].yaml
└── .github/
└── workflows/
├── publish.yml
└── test.yml