/LaraGPT

A ChatGPT interface using Laravel, React and Inertia.js

Primary LanguagePHP

LaraGPT (because I can't think of a better name just yet)

This is a simple clone of the ChatGPT interface using the following tools:

Demo

CleanShot 2023-03-12 at 15 23 36

Getting started

Clone the repository and install the dependencies:

composer install
npm install

Copy the .env.example file to .env and fill in the required values:

OPENAI_API_KEY=your-openai-api-key

Build the frontend assets:

npm run build

...and you should be good to go!