LaravelPackages.net
Acme Inc.
Toggle sidebar
glugox/ai

AI toolset for Glugox

378
0
1.0.0
About glugox/ai

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

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

AI toolset for Glugox. This package provides a set of tools and utilities to integrate AI capabilities into your applications.

Installation

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 [
];

Usage

echo Ai::ask("What is 2 + 2?")->text();
// Outputs: 4

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.

Comments