Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 1.89 KB

File metadata and controls

69 lines (54 loc) · 1.89 KB

ModelMind Documentation

ModelMind is a secure, model-aware AI chat assistant for Laravel applications. The docs are organized by feature so each part of the package has a focused guide.

Getting Started

Application Data

Assistant Behavior

Package Surface

Short Path

composer require mbs047/model-mind
php artisan model-mind:install
php artisan migrate
@modelMind

Then enable at least one model in config/model-mind.php and run:

php artisan model-mind:inspect-context

For copyable configurations, see Examples.