prajwal89 / llm
Llm interface for laravel with filament admin panel
v0.1.1
2025-04-09 07:26 UTC
Requires
Requires (Dev)
- laravel/pint: ^1.22
This package is auto-updated.
Last update: 2025-08-01 20:15:30 UTC
README
This project is WIP DO not you this in your app
Installation
composer require prajwal89/llm php artisan vendor:publish --tag=llm-config
- Add records to env
ANTHROPIC_API_KEY= OPENAI_API_KEY=
Usage
- schedule this job (every 5 min) if you are using llm batch requests
Prajwal89\Llm\Jobs\UpdateBatchAndRequestStatusesJob