Download the PHP package halilcosdu/laravel-chatbot without Composer
On this page you can find all versions of the php package halilcosdu/laravel-chatbot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download halilcosdu/laravel-chatbot
More information about halilcosdu/laravel-chatbot
Files in halilcosdu/laravel-chatbot
Package laravel-chatbot
Short Description Laravel AI Chatbot Package
License MIT
Homepage https://github.com/halilcosdu/laravel-chatbot
Informations about the package laravel-chatbot
Laravel AI Chatbot Package
Laravel Chatbot provides a robust and easy-to-use solution for integrating AI chatbots into your Laravel applications. Leveraging the power of OpenAI, it allows you to create, manage, and interact with chat threads directly from your Laravel application. Whether you're building a customer service chatbot or an interactive AI assistant, laravel-chatbot
offers a streamlined, Laravel-friendly interface to the OpenAI API.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
You have to create an assistant on OpenAI and get the API key and assistant ID.
https://platform.openai.com/assistants
You can publish and run the migrations with:
This will migrate the following tables:
Usage
Raw Data - Not Saved to Database
You can use the following methods to interact with the OpenAI API directly.
Testing
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
- Halil Cosdu
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-chatbot with dependencies
illuminate/contracts Version ^10.0||^11.0
openai-php/laravel Version ^0.10.1
spatie/laravel-package-tools Version ^1.16