This project is a showcase of integration between Next.js, OpenAI's powerful language models, Vercel's seamless deployment capabilities, and Tailwind CSS for a sleek user interface.
The NextAI Chatbot is designed to provide users with an engaging conversational experience. By leveraging OpenAI's advanced AI, the chatbot understands and generates human-like text, making each interaction smooth and natural.
Clone the repository to your local machine and navigate to the next-chat-bot
directory.
Run the following command to install the necessary libraries and frameworks:
npm install
Create a local .env file in the root directory: .env.local
Add your OpenAI API key to the newly created file
OPENAI_API_KEY=yourApiKeyGoesHere
npm run dev