This project aims to utilise ChatGPT to perform functionalities on article information.
Backend:
server.js - The server is created here (Express.js). Functions to handle HTTP requests are contained here.
lib.js - Contains all the functions used by the server.
llm-requirements.js - Contains all the imports for LangChain dependencies used.
To run:
- Make .env file in backend folder to store API key from OpenAI.
- In backend folder, run "npm run backend".
- In frontend folder, run "npm run frontend".