arondeparon / LaraGPT

A ChatGPT interface using Laravel, React and Inertia.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

A ChatGPT interface using Laravel, React and Inertia.js


Languages

Language:PHP 85.8%Language:TypeScript 12.4%Language:Blade 1.0%Language:JavaScript 0.7%Language:CSS 0.1%