This is a simple clone of the ChatGPT interface using the following tools:
Clone the repository and install the dependencies:
composer install
npm installCopy the .env.example file to .env and fill in the required values:
OPENAI_API_KEY=your-openai-api-keyBuild the frontend assets:
npm run build...and you should be good to go!
