Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 2.03 KB

README.md

File metadata and controls

66 lines (42 loc) · 2.03 KB

Package to interact database query using AI

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

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

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

Usage

In Filament Panel Provider add this widget

->widgets([
    \Triptasoft\FilamentAiSql\FilamentAiSql::class
])

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.