A chatbot that responds as if it's Kanye West, the iconic rapper and producer, using OpenAI's GPT-4 model. Built with Express.js and Next.js.
- Generates Kanye-style responses to user input.
- Utilizes OpenAI's GPT-4 model for realistic and creative responses.
- Built with a clean architecture combining Express.js and Next.js.
Ensure you have the following installed on your machine:
- Node.js (v16 or later)
- npm (v8 or later)
- OpenAI API Key. You can generate one from the OpenAI website.
- Clone the Repository
git clone https://github.com/your-username/kanyewest-bot.git cd kanyewest-bot - **Install Dependencies
npm install
- **Create .env File In the project root, create a .env file with the following content:
OPENAI_API_KEY=your_openai_api_key
- **Start the Application
node server.js
- Replace
your-usernamein the clone URL with your GitHub username. - Update the repository name if it’s not
kanyewest-bot. - Test the instructions yourself before publishing to ensure accuracy.
Let me know if you need further help! 😊