gregpriday / laravel-robust-openai
A light wrapper that adds some features to the Laravel OpenAI API client
0.1
2024-01-30 12:05 UTC
Requires
- php: ^8.1
- caseyamcl/guzzle_retry_middleware: ^2.9
- illuminate/contracts: ^10.0
- openai-php/laravel: ^0.8.1
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.8
- orchestra/testbench: ^8.8
- pestphp/pest: ^2.20
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- spatie/laravel-ray: ^1.26
README
You can install the package via composer:
composer require gregpriday/laravel-robust-openai
You can publish and run the migrations with:
php artisan vendor:publish --tag="robust-openai-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="robust-openai-config"
This is the contents of the published config file:
return [
];
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.