kurban/pulse-gpt

Openai card for Laravel Pulse

1.0.0 2023-12-04 08:24 UTC

This package is auto-updated.

Last update: 2024-05-04 09:16:57 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.