kurban/pulse-gpt

Openai card for Laravel Pulse

1.0.1 2024-07-28 06:50 UTC

This package is auto-updated.

Last update: 2025-03-28 08:20:42 UTC


README

Pulse GPT

This package provide a simple OpenaAI Pulse Card .

⚡️ Install with Composer:

composer require kurban/pulsegpt

💻 Add Provider to your config/app.php Laravel:

'providers' => [
    \Kurban\PulseGpt\PulseGPTServiceProvider::class,
],

🔥 Publish PulseGPT and Nuno's OpenAi Config files Openai-php:

php artisan vendor:publish --tag=pulsegpt-config

✅ Update your environnements variables

OPENAI_API_KEY=
OPENAI_ORGANIZATION=

PULSEGPT_PROMPT="In one sentence, give me a higly motivational developer quote"

🚀 Add the card to your Pulse dashboard Doc:

<livewire:pulse.gpt cols="3" />

PulseGPT is combining Laravel Pulse & OpenAI Laravel awesome work.