Use the new GPT-4 api to build a chatGPT chatbot for get information from articles. This demo extension is a platform for building AI/LLM apps and chatbots.
Tech stack used includes Angular for generate extension build, Typescript.
Backend repo
- Clone the repo
git clone [github https url]
- Install packages
npm install
- Set up your
.env
file
- Copy
.env.example
into.env
Your.env
file should look like this:
API_URL=
- Run generation env file
npm run config