glugox/ai is a Laravel package for ai toolset for glugox.
It currently has 0 GitHub stars and 378 downloads on Packagist (latest version 1.0.0).
Install it with composer require glugox/ai.
Discover more Laravel packages by glugox
or browse all Laravel packages to compare alternatives.
Last updated
AI toolset for Glugox. This package provides a set of tools and utilities to integrate AI capabilities into your applications.
You can install the package via composer:
composer require glugox/ai
You can publish the config file with:
php artisan vendor:publish --tag="ai-config"
This is the contents of the published config file:
return [
];
echo Ai::ask("What is 2 + 2?")->text();
// Outputs: 4
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.