├── LICENSE.md ├── composer.json ├── rector.php └── src └── OpenAIBundle.php /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openai-php/symfony/HEAD/LICENSE.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openai-php/symfony/HEAD/composer.json -------------------------------------------------------------------------------- /rector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openai-php/symfony/HEAD/rector.php -------------------------------------------------------------------------------- /src/OpenAIBundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openai-php/symfony/HEAD/src/OpenAIBundle.php --------------------------------------------------------------------------------