LaughBot is a chat app built with Next.js that leverages Mistral AI to generate humorous responses.
- Comedy-Focused Chat: Select your desired comedy style (Joke, Pun, Stand-up, or Random) to tailor the humor.
- Next.js API Route: The
/api/chatendpoint securely proxies requests to the Mistral AI API.
-
Clone the Repository
git clone https://github.com/yourusername/laughbot-comedy-chat.git cd laughbot-comedy-chat -
Install Dependencies
Install all required dependencies using npm:
npm install
-
Start the Development Server
Start the development server with:
npm run dev
The application should now be accessible locally at http://localhost:3000.