Download the PHP package maltekuhr/laravel-gpt without Composer
On this page you can find all versions of the php package maltekuhr/laravel-gpt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download maltekuhr/laravel-gpt
More information about maltekuhr/laravel-gpt
Files in maltekuhr/laravel-gpt
Package laravel-gpt
Short Description Streamlined integration of OpenAI's ChatGPT (GPT-3.5, GPT-4) into Laravel applications.
License MIT
Homepage https://github.com/maltekuhr/laravel-gpt
Informations about the package laravel-gpt
Unleash the Power of OpenAI's ChatGPT API
Introducing LaravelGPT, a tool designed to simplify the integration of OpenAI's ChatGPT with your Laravel applications. This package offers a seamless connection to the OpenAI Chat Completions API, even supporting Function Calling. Forget the complications of crafting the correct JSON schema - LaravelGPT does the work for you. Say goodbye to dense, hard-to-read code, and start building the applications of the future! With LaravelGPT, you can truly unleash the power of ChatGPT in your applications, setting the stage for innovation and advanced user interaction.
Installation
You can install the package via composer:
Next you need to configure your OpenAI API Key and Organization ID. You can find both in the OpenAI Dashboard.
You are now ready to use LaravelGPT! I recommend you to read the Documentation.
Further Documentation
For further documentation please see the Documentation.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-gpt with dependencies
guzzlehttp/guzzle Version ^7.5
illuminate/support Version ^9.2|^10|^11
laravel/framework Version ^9.0|^10|^11
openai-php/client Version ^0.8.4