LaravelPackages.net
Acme Inc.
Toggle sidebar
maltekuhr/laravel-gpt

Streamlined integration of OpenAI's ChatGPT (GPT-3.5, GPT-4) into Laravel applications.

139.068
117
v0.1.6
About maltekuhr/laravel-gpt

maltekuhr/laravel-gpt is a Laravel package for streamlined integration of openai's chatgpt (gpt-3.5, gpt-4) into laravel applications.. It currently has 117 GitHub stars and 139.068 downloads on Packagist (latest version v0.1.6). Install it with composer require maltekuhr/laravel-gpt. Discover more Laravel packages by maltekuhr or browse all Laravel packages to compare alternatives.

Last updated

LaravelGPT

Unleash the Power of OpenAI's ChatGPT API

Latest Version on Packagist Total Downloads

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:

composer require maltekuhr/laravel-gpt

Next you need to configure your OpenAI API Key and Organization ID. You can find both in the OpenAI Dashboard.

OPENAI_ORGANIZATION=YOUR_ORGANIZATION_ID
OPENAI_API_KEY=YOUR_API_KEY

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.

Star History Chart