Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.69 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.69 KB
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