Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 630 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 630 Bytes

DevJaGz GPT Shield Name

This is a very basic ChatGPT clone for learning purposes.


Features:

  • Similar Layouts
  • Based on clean architecture
  • Build with Angular v15 and Tailwind

Requirements

  • Node v16

Installing

npm install

Usage

  • 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 ⭐