This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
You can install the package via composer:
composer require triptasoft/filament-ai-sql
Install package :
php artisan filament-ai-sql-config:install
Add GEMINI_API_KEY in your .env: Get your API here https://aistudio.google.com/
GEMINI_API_KEY=your_gemini_api_key
In Filament Panel Provider add this widget
->widgets([
\Triptasoft\FilamentAiSql\FilamentAiSql::class
])
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.