- composer install
- php artisan key:generate
- php artisan install:api
- php artisan openai:install
- php artisan migrate
You can customize these variables in your .env:
- SUMMARIZER_API=openai
- SUMMARIZER_PROMPT_TEMPLATE=blade
For starting processing jobs manually you can run:
- php artisan queue:work
For clearing the cache manually you can run:
- php artisan cache:clear