The Chatbot is an intelligent conversational agent designed to engage in natural language conversations with users. Powered by the OpenAI GPT.
- Node.js and npm installed
- MongoDB installed and running
- OpenAI API key
-
Clone the repository:
git clone https://github.com/your-username/GPT-Chatbot.git cd GPT-Chatbot
npm install
Create a .env file in the root of your project and add the following:
- OPEN_AI_KEY=your_openai_api_key
- MONGODB_URI=your_mongodb_connection_uri
For local development, use Nodemon to automatically restart the server when changes are made.
npm run start
- Node.js
- Express
- MongoDB
- EJS
- Open AI API