This is a very basic ChatGPT clone for learning purposes.
- Similar Layouts
- Based on clean architecture
- Build with Angular v15 and Tailwind
- Node v16
npm install
- Create a .env file at the root of this repo and set your open AI key to the OPENAI_KEY variable, like this:
OPENAI_KEY=<your key>
- Start the application 😊
npm start
If you like, please give it a star ⭐