This is a simple clone of the ChatGPT interface using the following tools:
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!