Skip to content

An open-source AI chatbot built with Next.js, the Vercel, OpenAI, and Shadcn.

Notifications You must be signed in to change notification settings

jovimoura/chatbot

Repository files navigation

Next.js 14 and App Router-ready AI chatbot.

An open-source AI chatbot built with Next.js, the Vercel, OpenAI, and Shadcn.

Features · Model Providers · Running locally · Author


Features

Model Providers

This template ships with OpenAI gpt-3.5-turbo as the default

Running locally

You will need to use the environment variables defined in .env.example to run Next.js AI Chatbot. It's recommended you use a .env file is all that is necessary.

Note: You should not commit your .env file or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.

  1. Install packages
  2. Add your credentials on env
  3. Just run:
npm install
npm dev

Your app template should now be running on localhost:3000.

Author

About

An open-source AI chatbot built with Next.js, the Vercel, OpenAI, and Shadcn.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published