This project contains the implementation of an AI-powered Research Assistant that leverages OpenAI's GPT-4 model to generate responses based on user queries. The v2 version integrates external data from the NewsAPI for enhanced, real-time insights.
- Node.js
- OpenAI API Key
- NewsAPI API Key
- Clone the repository
git clone https://github.com/thestriver/research-assistant cd research-assistant - Install dependencies
npm install - Fill in your API Keys and run the
index.jsfile:To run the advanced version with external data, run:node index.jsnode indexv2.js