Skip to content

zkabyken/LaughBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaughBot Comedy Chat

LaughBot is a chat app built with Next.js that leverages Mistral AI to generate humorous responses.

Features

  • Comedy-Focused Chat: Select your desired comedy style (Joke, Pun, Stand-up, or Random) to tailor the humor.
  • Next.js API Route: The /api/chat endpoint securely proxies requests to the Mistral AI API.

Getting Started

Prerequisites

Installation

  1. Clone the Repository

    git clone https://github.com/yourusername/laughbot-comedy-chat.git
    cd laughbot-comedy-chat
    
  2. Install Dependencies

    Install all required dependencies using npm:

    npm install
    
  3. Start the Development Server

    Start the development server with:

    npm run dev

    The application should now be accessible locally at http://localhost:3000.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published