Metadata-Version: 2.4
Name: flyteplugins-openai
Version: 2.0.0b25
Summary: OpenAI plugin for flyte
Author-email: Niels Bantilan <cosmicbboy@users.noreply.github.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: openai-agents>=0.2.4
Requires-Dist: flyte

# Flyte OpenAI Plugin

This plugin provides a drop-in replacement for OpenAI packages. It provides
drop-in replacements for functionality in the `openai-agents` package so that
it works on Flyte.

To install the plugin, run the following command:

```bash
pip install --pre flyteplugins-openai
```
