Skip to content

TheAbhishekIN/laravel-livewire-gpt

Repository files navigation

Laravel LogoGPT

Installation

  1. install composer dependencies

composer install

  1. copy .env.example file to .env

  2. generate app keys

php artisan key:generate

  1. update openAI api in .env file

OPENAI_API_KEY="ENTER_OPENAI_API_KEY"

  1. now run php server by php artisan serve

  2. Now the LaravelGPT is ready to use open this link on browser

http://127.0.0.1:8000

Screenshot

  1. https://tinyurl.com/2l52nyxe
  2. https://tinyurl.com/2pptwmgd

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

ChatGPT integration with Laravel and livewire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published