Skip to content

An AI chatbot website built using Next.js and TypeScript, and powered by OpenAI's gpt-3.5-turbo API

Notifications You must be signed in to change notification settings

adamrounsville/ai-chatbot-website

Repository files navigation

AI Chatbot Website

An AI chatbot website built using Next.js and TypeScript, and powered by OpenAI's gpt-3.5-turbo API.

Set up environment variables

Rename .env.example to .env.local:

cp .env.example .env.local

then, update OPENAI_API_KEY with your OpenAI secret key.

Next, run Next.js in development mode:

pnpm dev

The app should be up and running at https://localhost:3000.

Deploy it to the cloud with Vercel (Documentation).

About

An AI chatbot website built using Next.js and TypeScript, and powered by OpenAI's gpt-3.5-turbo API

Topics

Resources

Stars

Watchers

Forks