UI to show the power of AI autofill. This is setup to autofill properties on Articles and Meeting Notes.
composer install
./artisan key:generate
- Add OpenAI key to the bottom of
.env
-cp .env.example .env
./artisan serve
- http://127.0.0.1:8000
Fill in the article or meeting notes form and it'll AI autofill the properties shown, then you can see the result on the right.
You can modify App\Models\Article
and App\Models\MeetingNote
to change the AI Autofill settings.