Skip to content

A chat bot made with next, typescript, tailwindcss and shadcn/ui integrated with the OpenAI Vercel SDK.

Notifications You must be signed in to change notification settings

guifelippe/chatbot-ai-rocketseat

Repository files navigation

Chatbot with OpenAI, Vercel SDK, and Shadcn/UI

Overview

This project is a chatbot integrated with the OpenAI API using the Vercel SDK and the Shadcn/UI library to create an interactive chat interface.

Print Screen

Installation

Follow the steps below to set up and run the project in your local environment.

  1. Clone the repository:

    git clone https://github.com/guifelippe/chatbot-ai-rocketseat.git
    
  2. Install dependencies:

    cd chatbot-ai-rocketseat
    npm install
    
  3. OpenAI API Configuration: You will need an OpenAI API key. Copy the .env.example file to .env and set your API key in the .env file.

  4. Start the development server:

    npm run serve
    
  5. Access the application in your browser: Open your browser and access http://localhost:3000 to see the chatbot in action.

Credits

This project was developed based on the Rocketseat tutorial. We appreciate Rocketseat for providing an excellent learning resource.

About

A chat bot made with next, typescript, tailwindcss and shadcn/ui integrated with the OpenAI Vercel SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published